Skip to content

Commit

Permalink
chore(deps): update renovatebot/internal-tools action to v1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 19, 2022
1 parent 85dd59f commit c0dc8cc
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@98cacc4cb39d45f46b7bcb5670c31ed35cf29505 # renovate: tag=v1.11.3
uses: renovatebot/internal-tools@453d93444a4992b80e8f09e7a4133316a690de0c # renovate: tag=v1.11.4
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@98cacc4cb39d45f46b7bcb5670c31ed35cf29505 # renovate: tag=v1.11.3
uses: renovatebot/internal-tools@453d93444a4992b80e8f09e7a4133316a690de0c # renovate: tag=v1.11.4
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
Expand Down

0 comments on commit c0dc8cc

Please sign in to comment.