Skip to content

Commit

Permalink
Clarify region option & log the image actually used for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 19, 2024
1 parent d178581 commit 89b4917
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ branding:
icon: 'grid'
color: 'purple'
inputs:
region:
description: |
Scaleway region ID.
required: true
default: 'fr-par'
container_id:
description: |
The UUID of the container.
Expand All @@ -33,6 +28,11 @@ inputs:
The version of the API to compare against.
required: false
default: 'v1beta1'
region:
description: |
Scaleway region ID (one of `fr-par`, `nl-ams`, `pl-waw`).
required: false
default: 'fr-par'
timeout:
description: 'Timeout in minutes for the deployment'
required: false
Expand All @@ -43,6 +43,7 @@ runs:
- name: Update container with new image version
shell: bash
run: >
echo "Updating container image to ${{ inputs.registry_image_url }}"
curl \
--request PATCH \
--header "X-Auth-Token: ${{ inputs.secret_key }}" \
Expand Down

0 comments on commit 89b4917

Please sign in to comment.