Skip to content

Commit

Permalink
chore(deps): update renovatebot/internal-tools action to v1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent 8d536e0 commit 3e2e3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
- name: Publish to docker.io
uses: renovatebot/internal-tools@76a5b860e95d6388d3914cbe739ca535ce6a0c7d # v1.15.5
uses: renovatebot/internal-tools@9c8277b2fedd1acd9da7ce2fa7213b49bffbf043 # v1.15.6
with:
command: docker-builder
image-prefix: ${{ env.OWNER }}
dry-run: ${{ env.DRY_RUN }}

- name: Publish to ghcr.io
uses: renovatebot/internal-tools@76a5b860e95d6388d3914cbe739ca535ce6a0c7d # v1.15.5
uses: renovatebot/internal-tools@9c8277b2fedd1acd9da7ce2fa7213b49bffbf043 # v1.15.6
with:
command: docker-builder
image-prefix: ghcr.io/${{ env.OWNER }}
Expand Down

0 comments on commit 3e2e3d1

Please sign in to comment.