Skip to content

Commit

Permalink
Merge pull request #305 from carlsonp/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
carlsonp authored Feb 11, 2024
2 parents 16ba2e1 + 5d1f1dc commit aea4361
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Test Building Docker Image
id: docker_build
# https://github.com/docker/build-push-action
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: false
tags: ghcr.io/carlsonp/kort:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build and push docker
id: docker_build
# https://github.com/docker/build-push-action
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
tags: ghcr.io/carlsonp/kort:latest
Expand Down

0 comments on commit aea4361

Please sign in to comment.