Skip to content

Commit

Permalink
Merge pull request #832 from CONP-PCNO/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-4.1.1

Bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
emmetaobrien authored Jun 14, 2023
2 parents 6d3d3cd + 1ddc2c6 commit c210f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
push: true
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}
Expand Down

0 comments on commit c210f40

Please sign in to comment.