Skip to content

Commit

Permalink
Merge pull request #17 from patchlevel/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

Update docker/build-push-action action to v6
  • Loading branch information
DanielBadura authored Sep 1, 2024
2 parents b26cff1 + 2d6691b commit 2aebc15
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 @@ -46,7 +46,7 @@ jobs:
tags: ${{ matrix.version }}

- name: Build and Push to GitHub Packages
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 2aebc15

Please sign in to comment.