Skip to content

Commit

Permalink
Merge pull request #13 from Thomashighbaugh/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-5
  • Loading branch information
Thomashighbaugh authored Mar 25, 2024
2 parents e2189e6 + 1df84d1 commit 12632ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 12632ed

Please sign in to comment.