Skip to content

Commit

Permalink
chore(deps): update renovatebot/internal-tools action to v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 24, 2022
1 parent 09238b3 commit a08b587
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 @@ -38,7 +38,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
- name: Publish to docker.io
uses: renovatebot/internal-tools@d66dfce2e4fb9e4a8fb2593ec8429a1d191df125 # tag=v1.12.3
uses: renovatebot/internal-tools@50398cb703e51b73fd0abc33df458e15f6d35fa8 # tag=v1.12.5
with:
command: docker-builder
image-prefix: ${{ env.OWNER }}
Expand All @@ -47,7 +47,7 @@ jobs:
dry-run: ${{ env.DRY_RUN }}

- name: Publish to ghcr.io
uses: renovatebot/internal-tools@d66dfce2e4fb9e4a8fb2593ec8429a1d191df125 # tag=v1.12.3
uses: renovatebot/internal-tools@50398cb703e51b73fd0abc33df458e15f6d35fa8 # tag=v1.12.5
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
Expand Down

0 comments on commit a08b587

Please sign in to comment.