Skip to content

Commit

Permalink
Merge pull request #60 from gmt2001/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-4
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
2 parents 2ac341c + 692748d commit 9499222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sed -i -r 's/VERSION = "custom"/VERSION = "0.0+test"/' pyouroboros/__init__.py
echo $?\
- name: Build Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
echo $?\
- name: Build and Push Docker
if: contains(steps.check_credentials.outputs.missingsecrets, 'no')
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/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sed -i -r 's/VERSION = "custom"/VERSION = "0.0+test"/' pyouroboros/__init__.py
echo $?\
- name: Build Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 9499222

Please sign in to comment.