Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action digest to 5e716dc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2023
1 parent bf10c46 commit 4ac850c
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@7932f6210d7d60bffb2f9bcfa60e9e2c4800d96d
- uses: docker/setup-buildx-action@5e716dcfd653738c2d1db099bfba194a84158be4

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

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

0 comments on commit 4ac850c

Please sign in to comment.