Skip to content

Commit c3e7da8

Browse files
fix dev image tagging
1 parent adcc50a commit c3e7da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
if [ "${{ github.ref_name }}" = "dev" ]; then
3131
echo "name=check-in-dev" >> $GITHUB_OUTPUT
32-
echo "extra_tag=ghcr.io/${{ steps.lowercase.outputs.owner }}/check-in-dev:dev" >> $GITHUB_OUTPUT
32+
echo "extra_tag=ghcr.io/${{ steps.lowercase.outputs.owner }}/check-in-dev:latest" >> $GITHUB_OUTPUT
3333
else
3434
echo "name=check-in" >> $GITHUB_OUTPUT
3535
echo "extra_tag=ghcr.io/${{ steps.lowercase.outputs.owner }}/check-in:latest" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)