Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from AOEpeople/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
tolleiv authored May 16, 2024
2 parents 73ec441 + b2e3d23 commit 7b62f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 7b62f6d

Please sign in to comment.