Allow pushing to Dockerhub

This commit is contained in:
Syed Ali Shahbaz
2023-09-28 23:45:24 +04:00
committed by GitHub
parent 008ddd57f3
commit f7885eed69

View File

@@ -98,9 +98,9 @@ jobs:
with:
context: ./
file: ./Dockerfile
load: true
push: false
# push: ${{ github.event_name != 'pull_request' }}
# load: true
# push: false
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}