Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jordisala1991 committed Jul 3, 2024
1 parent 6506e75 commit a41c792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
images: runroom/${{ matrix.directories }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: '{{defaultContext}}:${{ matrix.directories }}'
Expand Down

0 comments on commit a41c792

Please sign in to comment.