We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7184c1 commit 296f257Copy full SHA for 296f257
.github/workflows/image.yaml
@@ -33,7 +33,7 @@ jobs:
33
push: true
34
build-args: |
35
"VERSION=${{ github.sha }}-dev"
36
- tags: ghcr.io/linalinn/kicad-render:dev.ghcr.io/linalinn/kicad-render:nightly-${{ steps.date.outputs.date }}
+ tags: "ghcr.io/linalinn/kicad-render:dev,ghcr.io/linalinn/kicad-render:dev-${{ steps.date.outputs.date }}"
37
38
- name: Build and push Docker image
39
if: github.ref_name == github.event.repository.default_branch
0 commit comments