Skip to content

Commit 296f257

Browse files
committed
fix state
1 parent b7184c1 commit 296f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
push: true
3434
build-args: |
3535
"VERSION=${{ github.sha }}-dev"
36-
tags: ghcr.io/linalinn/kicad-render:dev.ghcr.io/linalinn/kicad-render:nightly-${{ steps.date.outputs.date }}
36+
tags: "ghcr.io/linalinn/kicad-render:dev,ghcr.io/linalinn/kicad-render:dev-${{ steps.date.outputs.date }}"
3737

3838
- name: Build and push Docker image
3939
if: github.ref_name == github.event.repository.default_branch

0 commit comments

Comments
 (0)