Skip to content

Commit

Permalink
ci(deps): update containerbase/internal-tools action to v3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 9cf2b98 commit 94d95b6
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 @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 10
steps:
- name: ⚙️ Setup
uses: containerbase/internal-tools/setup@8d9ec52e6593ae2ed5888f4305821a742456dce4 # v3.8.4
uses: containerbase/internal-tools/setup@d282592d8c11a17ca0bafe45e49c099ddfb9e15a # v3.8.5
with:
save-cache: true

Expand All @@ -52,7 +52,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
- name: Publish to ghcr.io
uses: containerbase/internal-tools@8d9ec52e6593ae2ed5888f4305821a742456dce4 # v3.8.4
uses: containerbase/internal-tools@d282592d8c11a17ca0bafe45e49c099ddfb9e15a # v3.8.5
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
Expand Down

0 comments on commit 94d95b6

Please sign in to comment.