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 bd79bb7 commit 0548423Copy full SHA for 0548423
1 file changed
.github/workflows/main.yml
@@ -38,12 +38,14 @@ jobs:
38
- name: create and push yaml image
39
uses: docker/build-push-action@v3
40
with:
41
+ push: true
42
file: Dockerfile-yaml
43
platforms: linux/amd64,linux/arm64
44
tags: wurstbrot/dsomm-yaml-generation:${{ env.VERSION }},wurstbrot/dsomm-yaml-generation:latest
45
- name: create and push dsomm image
46
47
48
49
50
tags: wurstbrot/dsomm:${{ env.VERSION }},wurstbrot/dsomm:latest
-
51
+
0 commit comments