Skip to content

Commit

Permalink
Merge pull request #5 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 f3f26be + 0a8d9cf commit ded7fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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: ./docker
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build image only
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker
push: false
Expand Down

0 comments on commit ded7fc1

Please sign in to comment.