Skip to content

Commit 06b93d0

Browse files
Merge pull request #1374 from pyrra-dev/dependabot/github_actions/docker/build-push-action-6.11.0
build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0
2 parents 0e4b2b7 + 9490fee commit 06b93d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9191

9292
- name: Build and push Docker image
93-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
93+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
9494
with:
9595
context: .
9696
push: ${{ github.repository == 'pyrra-dev/pyrra' && github.event_name != 'pull_request' }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9595

9696
- name: Build and push Docker image
97-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
97+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
9898
with:
9999
context: .
100100
push: true

0 commit comments

Comments
 (0)