Skip to content

Commit

Permalink
try to fix docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Mar 29, 2023
1 parent 15e60d1 commit f866bcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' && github.event_name != 'pull_request' }}
uses: docker/build-push-action@v4
with:
file: ${{ matrix.file }}
push: true
load: false
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
platforms: ${{ matrix.platform }}

0 comments on commit f866bcf

Please sign in to comment.