Skip to content

Commit 0e4bd53

Browse files
authored
enables push flag in the publish-docker-image action (#1321)
The docker images are no longer pushed to dockerhubn after #1312. First of all, because the secret names were accidentally changed, and secondly, because the `push` parameter defaults to `false` in the `v2` version of the action.
1 parent 0b75986 commit 0e4bd53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
- name: Publish Ubuntu image to Registry
2020
uses: docker/build-push-action@v2
2121
with:
22+
push: true
2223
tags: binaryanalysisplatform/bap:latest
2324
file: docker/ubuntu/xenial/Dockerfile

0 commit comments

Comments
 (0)