Skip to content

Commit

Permalink
ci(deps): update containerbase/internal-tools action to v2.0.6 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 37d142c commit 119f1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
- name: Publish to docker.io
uses: containerbase/internal-tools@b3d8203fbcc8d0088c2a53d2597078e8cc580723 # v2.0.5
uses: containerbase/internal-tools@8418c5e3cc3cdf2edb078692b9a35bc04c4b0648 # v2.0.6
with:
command: docker-builder
platforms: linux/amd64,linux/arm64
image-prefix: ${{ env.OWNER }}
dry-run: ${{ env.DRY_RUN }}

- name: Publish to ghcr.io
uses: containerbase/internal-tools@b3d8203fbcc8d0088c2a53d2597078e8cc580723 # v2.0.5
uses: containerbase/internal-tools@8418c5e3cc3cdf2edb078692b9a35bc04c4b0648 # v2.0.6
with:
command: docker-builder
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 119f1ba

Please sign in to comment.