Skip to content

Commit

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

🌱 Bump docker/build-push-action from 5.0.0 to 5.1.0
  • Loading branch information
schrej committed Jan 2, 2024
2 parents b3c6be7 + 2167548 commit 37423d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
push: true
tags: ghcr.io/telekom/das-schiff-network-operator:main
- name: Build and push sidecar Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: frr-exporter.Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
images: ghcr.io/telekom/das-schiff-network-operator

- name: Build and Push Docker Image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
push: true
Expand All @@ -87,7 +87,7 @@ jobs:
images: ghcr.io/telekom/frr-exporter

- name: Build and Push Docker Image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
push: true
Expand Down

0 comments on commit 37423d4

Please sign in to comment.