Skip to content

Commit

Permalink
tag dev image correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Apr 20, 2024
1 parent faa7fc7 commit d459efe
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 @@ -41,7 +41,7 @@ jobs:
with:
context: .
build-args: INSTALL_GROUPS=main,dev
tags: ${{ env.REPO_NAME }}
tags: ${{ env.REPO_NAME }}-dev
cache-from: type=gha
outputs: type=docker,dest=/tmp/${{ env.REPO_NAME }}_dev.tar
- name: Upload dev image artifact
Expand Down

0 comments on commit d459efe

Please sign in to comment.