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

Commit

Permalink
Merge pull request #88 from eclipse-tractusx/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/setup-buildx-action-0d103c3126aa41d772a8362f6aa67afac040f80c

chore(deps): bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 0d103c3126aa41d772a8362f6aa67afac040f80c
  • Loading branch information
fabiodmota authored Feb 28, 2024
2 parents ecb711e + 2bd7099 commit 9354907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 9354907

Please sign in to comment.