Skip to content

Commit

Permalink
fix: deploy tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Sep 11, 2024
1 parent 97f79e5 commit 4c9b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tag=ghcr.io/opetushallitus/koto-rekisteri:$GITHUB_SHA
docker build -t $tag .
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- run: docker push $tag
- run: docker push ghcr.io/opetushallitus/koto-rekisteri:$GITHUB_SHA
if: github.ref_name == 'main'
- name: Log in to dev
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 4c9b786

Please sign in to comment.