Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action digest to f03ac48
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Feb 6, 2023
1 parent 8588954 commit bd37b05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sztp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@11e8a2e2910826a92412015c515187a2d6750279
- uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7

- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@11e8a2e2910826a92412015c515187a2d6750279
- uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7

- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@11e8a2e2910826a92412015c515187a2d6750279
uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7

- name: Start containers
run: docker-compose up -d
Expand Down

0 comments on commit bd37b05

Please sign in to comment.