Skip to content

Commit

Permalink
Merge pull request #275 from sapcc/renovate/major-external-dependencies
Browse files Browse the repository at this point in the history
Renovate: Update docker/build-push-action action to v6
  • Loading branch information
majewsky authored Jun 21, 2024
2 parents ef7284b + a6b5eaf commit 7e9f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 7e9f841

Please sign in to comment.