Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): update containerbase/internal-tools action to v3.5.1 (maint/11.x) #516

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(deps): update containerbase/internal-tools action to v3.5.1
  • Loading branch information
renovate[bot] authored Nov 26, 2024
commit 14c0402fdc11db58307106a40ffa57292dd25960
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin

- name: Publish to docker.io
uses: containerbase/internal-tools@0b2d87b3f40e59986fc748c902bff40119629435 # v3.5.0
uses: containerbase/internal-tools@6a3ee2b64874b17e9ce3e4a6c84257abd2ece9cc # v3.5.1
with:
command: docker-builder
image-prefix: ${{ env.OWNER }}
@@ -60,7 +60,7 @@ jobs:
dry-run: ${{ env.DRY_RUN }}

- name: Publish to ghcr.io
uses: containerbase/internal-tools@0b2d87b3f40e59986fc748c902bff40119629435 # v3.5.0
uses: containerbase/internal-tools@6a3ee2b64874b17e9ce3e4a6c84257abd2ece9cc # v3.5.1
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}