Skip to content

Commit

Permalink
Merge pull request #15 from Rapporteket/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
areedv authored Feb 2, 2023
2 parents 4e9114d + 2596e00 commit 72e188f
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 @@ -45,7 +45,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 72e188f

Please sign in to comment.