Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action digest to 0648fd6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2023
1 parent 4c4bb68 commit bc7a59c
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@71320d2e179bce901c4801d64d5b5187bd6e1946
- uses: docker/setup-buildx-action@0648fd6fd6801dcae14b6299cc1b23187d3cb797

- 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@71320d2e179bce901c4801d64d5b5187bd6e1946
- uses: docker/setup-buildx-action@0648fd6fd6801dcae14b6299cc1b23187d3cb797

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

0 comments on commit bc7a59c

Please sign in to comment.