Skip to content
Snippets Groups Projects
Commit 6e0dde32 authored by Erik Johnston's avatar Erik Johnston
Browse files

Revert "Disable push of docker images"

This reverts commit f3f303aa.
parent 424d1d28
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ jobs: ...@@ -50,7 +50,7 @@ jobs:
- name: Build and push all platforms - name: Build and push all platforms
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
# push: true push: true
labels: "gitsha1=${{ github.sha }}" labels: "gitsha1=${{ github.sha }}"
tags: "${{ steps.set-tag.outputs.tags }}" tags: "${{ steps.set-tag.outputs.tags }}"
file: "docker/Dockerfile" file: "docker/Dockerfile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment