Skip to content

Commit

Permalink
Merge pull request #8 from Aterfax/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
Aterfax authored Jul 1, 2024
2 parents 25a523c + cc934ce commit 35e4b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Build image only
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 35e4b5f

Please sign in to comment.