Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from wandera/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-5

Bump docker/build-push-action from 2 to 5
  • Loading branch information
wandera-petr-cerny authored Nov 8, 2023
2 parents f88b392 + 7675325 commit 7b384e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
TAG_OR_BRANCH: ${{ steps.refortag.outputs.value }}
- name: Build logging-operator
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
file: Dockerfile
platforms: ${{ env.PLATFORMS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_fluentd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
TAG: ${{ steps.imagetag.outputs.value }}
- name: Build Fluentd Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: fluentd-image/${{ steps.pathfromtag.outputs.value }}/
tags: ghcr.io/banzaicloud/fluentd:${{ steps.imagetag.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drain_watch_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_REF: ${{ github.ref }}
- name: Build and push image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: drain-watch-image/
tags: ghcr.io/banzaicloud/fluentd-drain-watch:${{ steps.imagetag.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-exporter-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_REF: ${{ github.ref }}
- name: Build and push image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: node-exporter-image/
tags: ghcr.io/banzaicloud/node-exporter:${{ steps.imagetag.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syslogng-reload-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_REF: ${{ github.ref }}
- name: Build and push image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: syslogng-reload-image/
tags: ghcr.io/banzaicloud/syslogng-reload:${{ steps.imagetag.outputs.value }}
Expand Down

0 comments on commit 7b384e1

Please sign in to comment.