Skip to content

Commit d29e804

Browse files
committed
push docker image
1 parent 8a8afb4 commit d29e804

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
tags:
88
- "*"
99
workflow_dispatch:
10-
workflow_call:
1110
inputs:
1211
tag:
1312
type: string
@@ -33,5 +32,5 @@ jobs:
3332
with:
3433
context: .
3534
file: ./Dockerfile
36-
push: ${{ github.event.name == 'push' }}
35+
push: true
3736
tags: opengisch/pum:${{ inputs.tag || github.ref_name != github.event.repository.default_branch && github.ref_name || 'latest' }}

0 commit comments

Comments
 (0)