Skip to content

Commit

Permalink
Upgrade BPA
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Jun 17, 2024
1 parent 6a60c59 commit 799c287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpushdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./resources/docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildpushtagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strip_v: true

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./resources/docker/Dockerfile
Expand Down

0 comments on commit 799c287

Please sign in to comment.