Skip to content

Commit

Permalink
chore(deps): update renovatebot/internal-tools action to v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 29, 2021
1 parent 64920f0 commit ed7fbbf
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 @@ -30,7 +30,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
- name: Publish to docker.io
uses: renovatebot/internal-tools@09059b4668246951713c37ee06b7ddc7cc8fb047 # renovate: tag=v1.10.1
uses: renovatebot/internal-tools@575334352ff95993322483b3566728d4dbfb12df # renovate: tag=v1.10.3
with:
command: docker-builder
image-prefix: ${{ env.OWNER }}
Expand All @@ -39,7 +39,7 @@ jobs:
dry-run: ${{ env.DRY_RUN }}

- name: Publish to ghcr.io
uses: renovatebot/internal-tools@09059b4668246951713c37ee06b7ddc7cc8fb047 # renovate: tag=v1.10.1
uses: renovatebot/internal-tools@575334352ff95993322483b3566728d4dbfb12df # renovate: tag=v1.10.3
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
Expand Down

0 comments on commit ed7fbbf

Please sign in to comment.