Skip to content

Commit 8363d95

Browse files
ci(deps): update containerbase/internal-tools action to v3.8.4 (#548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38aaba1 commit 8363d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 10
2626
steps:
2727
- name: ⚙️ Setup
28-
uses: containerbase/internal-tools/setup@e49daccce71d5506c63fa4b00540248bb18add27 # v3.8.2
28+
uses: containerbase/internal-tools/setup@8d9ec52e6593ae2ed5888f4305821a742456dce4 # v3.8.4
2929
with:
3030
save-cache: true
3131

@@ -52,7 +52,7 @@ jobs:
5252
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
5353
5454
- name: Publish to ghcr.io
55-
uses: containerbase/internal-tools@e49daccce71d5506c63fa4b00540248bb18add27 # v3.8.2
55+
uses: containerbase/internal-tools@8d9ec52e6593ae2ed5888f4305821a742456dce4 # v3.8.4
5656
with:
5757
command: docker-builder
5858
image-prefix: ghcr.io/${{ env.OWNER }}

0 commit comments

Comments
 (0)