Skip to content

Commit

Permalink
ci(deps): update containerbase/internal-tools action to v1.21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent c355409 commit 69348a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
- name: Publish to docker.io
uses: containerbase/internal-tools@987da5bf2bda8497e4f8996ccb57dd4ff52ed2bd # v1.21.8
uses: containerbase/internal-tools@610db0c83d2e13ca1f16bfdc0a1e0ed946cfb118 # v1.21.10
with:
command: docker-builder
image-prefix: ${{ env.OWNER }}
Expand All @@ -48,7 +48,7 @@ jobs:
dry-run: ${{ env.DRY_RUN }}

- name: Publish to ghcr.io
uses: containerbase/internal-tools@987da5bf2bda8497e4f8996ccb57dd4ff52ed2bd # v1.21.8
uses: containerbase/internal-tools@610db0c83d2e13ca1f16bfdc0a1e0ed946cfb118 # v1.21.10
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
Expand Down

0 comments on commit 69348a8

Please sign in to comment.