Skip to content

Commit

Permalink
Merge pull request #359 from SUSE/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-5.2.0

Bump docker/build-push-action from 5.1.0 to 5.2.0
  • Loading branch information
asmorodskyi authored Mar 11, 2024
2 parents b2805bb + ad654d9 commit 963eb71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build Docker image (PCW)
if: ${{ matrix.suffix == 'main' }}
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
with:
context: .
file: containers/Dockerfile
Expand All @@ -54,7 +54,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Build Docker image (K8S)
if: ${{ matrix.suffix == 'k8s' }}
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
with:
context: .
file: containers/Dockerfile_${{ matrix.suffix }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Build and push Docker image (PCW)
if: ${{ matrix.suffix == 'main' }}
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
with:
context: .
file: containers/Dockerfile
Expand All @@ -100,7 +100,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image (K8S)
if: ${{ matrix.suffix == 'k8s' }}
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
with:
context: .
file: containers/Dockerfile_${{ matrix.suffix }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/container_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build and push Docker base image (PCW)
if: ${{ matrix.suffix == 'base_main' }}
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
with:
context: .
file: containers/Dockerfile_base
Expand All @@ -52,7 +52,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker base image (K8S)
if: ${{ matrix.suffix == 'base_k8s' }}
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
with:
context: .
file: containers/Dockerfile_${{ matrix.suffix }}
Expand Down

0 comments on commit 963eb71

Please sign in to comment.