Skip to content

Commit

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

🌱 Bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
chdxD1 authored Jun 19, 2023
2 parents 8b449f9 + 95050ee commit a8d398c
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.0.0
uses: docker/build-push-action@v4.1.1
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.0.0
uses: docker/build-push-action@v4.1.1
with:
context: .
push: true
Expand Down

0 comments on commit a8d398c

Please sign in to comment.