We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a691f1 commit 8d40919Copy full SHA for 8d40919
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
push: true
63
file: Dockerfile
64
platforms: linux/amd64,linux/arm64
65
- tags: wurstbrot/dsomm-yaml-generation:${{ steps.get-version.outputs.version }},wurstbrot/dsomm-yaml-generation:latest
+ tags: wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest
66
- name: Commit all changed files back to the repository
67
uses: planetscale/ghcommit-action@v0.1.6
68
with:
0 commit comments