Skip to content

Commit

Permalink
ci/cd: package latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ignavan39 committed Aug 5, 2022
1 parent c7a88c8 commit 865762d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
export IMAGE_TAG=${{ github.sha }}
fi
docker push "ghcr.io/${{ github.repository }}:$IMAGE_TAG"
docker push "ghcr.io/${{ github.repository }}:latest"

0 comments on commit 865762d

Please sign in to comment.