Skip to content

Commit

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

🌱 Bump docker/build-push-action from 4.1.1 to 5.0.0
  • Loading branch information
schrej authored Sep 26, 2023
2 parents b598865 + 0680aac commit 6a287c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .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@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
context: .
push: true
Expand Down

0 comments on commit 6a287c9

Please sign in to comment.