Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6e0dde3

Browse files
committed
Revert "Disable push of docker images"
This reverts commit f3f303a.
1 parent 424d1d2 commit 6e0dde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build and push all platforms
5151
uses: docker/build-push-action@v3
5252
with:
53-
# push: true
53+
push: true
5454
labels: "gitsha1=${{ github.sha }}"
5555
tags: "${{ steps.set-tag.outputs.tags }}"
5656
file: "docker/Dockerfile"

0 commit comments

Comments
 (0)