Skip to content

Commit

Permalink
Merge pull request #34 from webdevops/dependabot/github_actions/all-g…
Browse files Browse the repository at this point in the history
…ithub-actions-bf940bc907

Bump docker/build-push-action from 5 to 6 in the all-github-actions group
  • Loading branch information
mblaschke authored Aug 20, 2024
2 parents 1d5cd5f + 85660ce commit a32df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.QUAY_TOKEN }}

- name: ${{ inputs.publish && 'Build and push' || 'Build' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.Dockerfile }}
Expand Down

0 comments on commit a32df8e

Please sign in to comment.