Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action digest to 11e8a2e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent ebfc4f1 commit f35b51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98
- uses: docker/setup-buildx-action@11e8a2e2910826a92412015c515187a2d6750279

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

- name: Start containers
run: docker-compose up --build --force-recreate --detach opi-test
Expand Down

0 comments on commit f35b51b

Please # to comment.