Skip to content

Commit

Permalink
[releng] Add variables needed for docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdavid authored and sbegaudeau committed Dec 15, 2022
1 parent f2b176f commit 11b0007
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ jobs:
- name: Tag the Docker image
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: docker tag siriusweb $REGISTRY/$REPOSITORY:$IMAGE_TAG

env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: sirius-web
IMAGE_TAG: ${{ env.git_describe }}

- name: Upload the Docker image to AWS ECR
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
env:
Expand Down

0 comments on commit 11b0007

Please sign in to comment.