Skip to content

Commit

Permalink
Merge pull request #5 from telekom/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-5.3.0

🌱 Bump docker/build-push-action from 3.1.1 to 5.3.0
  • Loading branch information
schrej authored May 16, 2024
2 parents ccdb49d + cc2395f commit 10aaba2
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 @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v5.3.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 @@ -68,7 +68,7 @@ jobs:
echo "LDFLAGS=$(hack/version.sh)" >> $GITHUB_OUTPUT
- name: Build and Push Docker Image
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
push: true
Expand Down

0 comments on commit 10aaba2

Please sign in to comment.