Skip to content

Commit

Permalink
Update .github/workflows/push-deployer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt authored Jan 30, 2025
1 parent df1fb1b commit b5c3aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
context: '.'
file: 'src/docker/deployer/Dockerfile'
labels: '${{ steps.metadata.outputs.labels }}'
platforms: 'linux/amd64'
platforms: '${{ vars.DOCKER_IMAGE_PLATFORMS }}'
push: 'true'
tags: '${{ steps.metadata.outputs.tags }}'
timeout-minutes: 360
Expand Down

0 comments on commit b5c3aac

Please sign in to comment.