Skip to content

Commit

Permalink
Merge pull request #2 from DDS-Derek/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-4.x

chore(deps): update docker/build-push-action action to v4
  • Loading branch information
DDSDerek authored Apr 5, 2023
2 parents aa47ca4 + 430ff22 commit 8bc169d
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-build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

-
name: Build AriaNg-Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

-
name: Build AriaNg-Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 8bc169d

Please sign in to comment.