Skip to content

Commit 0548423

Browse files
authored
Update main.yml
final change. Added `push: true`
1 parent bd79bb7 commit 0548423

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ jobs:
3838
- name: create and push yaml image
3939
uses: docker/build-push-action@v3
4040
with:
41+
push: true
4142
file: Dockerfile-yaml
4243
platforms: linux/amd64,linux/arm64
4344
tags: wurstbrot/dsomm-yaml-generation:${{ env.VERSION }},wurstbrot/dsomm-yaml-generation:latest
4445
- name: create and push dsomm image
4546
uses: docker/build-push-action@v3
4647
with:
48+
push: true
4749
platforms: linux/amd64,linux/arm64
4850
tags: wurstbrot/dsomm:${{ env.VERSION }},wurstbrot/dsomm:latest
49-
51+

0 commit comments

Comments
 (0)