We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf3ab7 commit 16bd803Copy full SHA for 16bd803
1 file changed
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@69f55a49290fc42c3925a0074a6219d37420b3bb # v3.14.12
+ uses: containerbase/internal-tools/setup@7c88f112d9360bccbbc11f830563c077e1cda40f # v3.14.13
28
with:
29
save-cache: true
30
@@ -51,7 +51,7 @@ jobs:
51
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
52
53
- name: Publish to ghcr.io
54
- uses: containerbase/internal-tools@69f55a49290fc42c3925a0074a6219d37420b3bb # v3.14.12
+ uses: containerbase/internal-tools@7c88f112d9360bccbbc11f830563c077e1cda40f # v3.14.13
55
56
command: docker-builder
57
platforms: linux/amd64,linux/arm64
0 commit comments