Skip to content

Commit

Permalink
ci: simplified push param, as the job has the same condition
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmoraes committed Nov 15, 2020
1 parent a7658dc commit 17176e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
${{ steps.docker_meta.outputs.tags }}
${{ github.repository }}:master
${{ github.repository }}:latest
push: ${{ github.event_name != 'pull_request' }}
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: |
Expand Down

0 comments on commit 17176e7

Please sign in to comment.