Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action digest to 7932f62
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and seroyer committed Jan 25, 2023
1 parent 5752bba commit 35cb59a
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@165fe681b849eec43aaa64d786b9ec53e690475f
- uses: docker/setup-buildx-action@7932f6210d7d60bffb2f9bcfa60e9e2c4800d96d

- 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@165fe681b849eec43aaa64d786b9ec53e690475f
- uses: docker/setup-buildx-action@7932f6210d7d60bffb2f9bcfa60e9e2c4800d96d

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

0 comments on commit 35cb59a

Please sign in to comment.