Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action digest to 15c905b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Jan 30, 2023
1 parent d24c0e3 commit 2819d9f
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@0648fd6fd6801dcae14b6299cc1b23187d3cb797
- uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98

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

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

0 comments on commit 2819d9f

Please sign in to comment.