Skip to content

Commit

Permalink
fix: adding latest tag to docker build/push
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Sep 29, 2024
1 parent a031593 commit ed7b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3
with:
imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }}
imageTag: ${{ env.GITHUB_REF_SLUG }}
imageTag: ${{ env.GITHUB_REF_SLUG }},latest
push: always

0 comments on commit ed7b171

Please sign in to comment.