Skip to content

Commit

Permalink
Merge pull request #4775 from dev-hato/renovate/docker-setup-buildx-a…
Browse files Browse the repository at this point in the history
…ction-3.x

chore(deps): update docker/setup-buildx-action action to v3.9.0
  • Loading branch information
renovate[bot] authored Feb 7, 2025
2 parents 2d2ee10 + e0c5a13 commit cde2f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hato-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
- run: echo "TAG_NAME=${HEAD_REF//\//-}" >> "$GITHUB_ENV"
env:
HEAD_REF: ${{github.head_ref}}
Expand Down

0 comments on commit cde2f00

Please sign in to comment.