Skip to content

Commit f392fc3

Browse files
ci(deps): update containerbase/internal-tools action to v3.5.15 (main) (#575)
ci(deps): update containerbase/internal-tools action to v3.5.15 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b74f8a commit f392fc3

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@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14
53+
uses: containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15
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@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14
63+
uses: containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15
6464
with:
6565
command: docker-builder
6666
image-prefix: ghcr.io/${{ env.OWNER }}

0 commit comments

Comments
 (0)