Skip to content

Commit ee5b61f

Browse files
ci(deps): update containerbase/internal-tools action to v3.5.12 (main) (#570)
ci(deps): update containerbase/internal-tools action to v3.5.12 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 084a8af commit ee5b61f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
5151
5252
- name: Publish to docker.io
53-
uses: containerbase/internal-tools@1756154b610306faeb3baa8bf4135ba1f4fd0df8 # v3.5.11
53+
uses: containerbase/internal-tools@b045538239fb42044408e9a3e0551a4b2755edf0 # v3.5.12
5454
with:
5555
command: docker-builder
5656
image-prefix: ${{ env.OWNER }}
@@ -60,7 +60,7 @@ jobs:
6060
dry-run: ${{ env.DRY_RUN }}
6161

6262
- name: Publish to ghcr.io
63-
uses: containerbase/internal-tools@1756154b610306faeb3baa8bf4135ba1f4fd0df8 # v3.5.11
63+
uses: containerbase/internal-tools@b045538239fb42044408e9a3e0551a4b2755edf0 # v3.5.12
6464
with:
6565
command: docker-builder
6666
image-prefix: ghcr.io/${{ env.OWNER }}

0 commit comments

Comments
 (0)