Skip to content

Commit

Permalink
changed: version and latest tags - no more main tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Oct 7, 2024
1 parent 735ad33 commit a876d8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ jobs:
docker tag ${{ github.repository }}:${{ env.APP_VERSION }} ${{ github.repository }}:latest
docker tag ${{ github.repository }}:${{ env.APP_VERSION }} ammnt/freenginx:${{ env.APP_VERSION }}
docker tag ${{ github.repository }}:${{ env.APP_VERSION }} ammnt/freenginx:latest
docker push ${{ github.repository }} --all-tags
docker push ammnt/freenginx --all-tags
docker push ${{ github.repository }}:${{ env.APP_VERSION }}
docker push ${{ github.repository }}:latest
docker push ammnt/freenginx:${{ env.APP_VERSION }}
docker push ammnt/freenginx:latest
DIGEST=$(docker images --no-trunc --quiet ${{ github.repository }}:${{ env.APP_VERSION }})
echo "DIGEST=$DIGEST" >> $GITHUB_ENV
Expand Down

0 comments on commit a876d8e

Please sign in to comment.