Skip to content

Commit f818978

Browse files
Roland SchillingRoland Schilling
authored andcommitted
Now also pushing images to registry
1 parent ea82104 commit f818978

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ jobs:
3939
uses: docker/build-push-action@v3
4040
with:
4141
file: Dockerfile-yaml
42-
push: false
4342
platforms: linux/amd64,linux/arm64
4443
tags: wurstbrot/dsomm-yaml-generation:${{ env.VERSION }},wurstbrot/dsomm-yaml-generation:latest
4544
- name: create and push dsomm image
4645
uses: docker/build-push-action@v3
4746
with:
48-
push: false
4947
platforms: linux/amd64,linux/arm64
5048
tags: wurstbrot/dsomm:${{ env.VERSION }},wurstbrot/dsomm:latest
5149

0 commit comments

Comments
 (0)