Skip to content

Commit

Permalink
Merge pull request #197 from rancher/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-2.8.0

Bump docker/setup-buildx-action from 2.7.0 to 2.8.0
  • Loading branch information
salasberryfin committed Jul 3, 2023
2 parents 665aa84 + c1fa981 commit 4275018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
type=sha,format=short,prefix=${{ steps.export_tag.outputs.operator_tag }}-
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.7.0
uses: docker/setup-buildx-action@v2.8.0
- name: Build and push image
uses: docker/build-push-action@v4.1.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "NOW=$(date +'%Y%m%d')" >> $GITHUB_ENV
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.7.0
uses: docker/setup-buildx-action@v2.8.0
- name: Build and push image
uses: docker/build-push-action@v4.1.1
with:
Expand Down

0 comments on commit 4275018

Please sign in to comment.