Skip to content

Commit

Permalink
Merge pull request #1425 from wger-project/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
rolandgeider committed Sep 29, 2023
2 parents 376a2f6 + 764dfd3 commit 6a0ee63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-base.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build base image
uses: docker/build-push-action@v4.1.0
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-demo.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build image
uses: docker/build-push-action@v4.1.0
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Build and push by digest
id: build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: extras/docker/development/Dockerfile
Expand Down

0 comments on commit 6a0ee63

Please sign in to comment.