Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
chore(deps): update arwynfr/actions-docker-context commit hash to bf0…
Browse files Browse the repository at this point in the history
…78c0
  • Loading branch information
renovate-bot committed Feb 17, 2022
1 parent 2ddaf81 commit 20f459d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Set Docker context
uses: arwynfr/actions-docker-context@98fc92878d0b856c1112c79b8d0f45353206e186
uses: arwynfr/actions-docker-context@bf078c08f0a39dbfafc65e3ff03e691cdd07b71d
with:
docker_host: ${{ env.REMOTE_SSH_SERVER }}
context_name: form-v-${{ env.BRANCH_SLUG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teardown_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
([[ $GITHUB_REF == 'refs/heads/main' ]] && echo "BRANCH_SLUG=main" || echo "BRANCH_SLUG=$SAFE_GITHUB_HEAD_REF_SLUG_URL") >> $GITHUB_ENV
- name: Set Docker context
uses: arwynfr/actions-docker-context@98fc92878d0b856c1112c79b8d0f45353206e186
uses: arwynfr/actions-docker-context@bf078c08f0a39dbfafc65e3ff03e691cdd07b71d
with:
docker_host: ${{ env.REMOTE_SSH_SERVER }}
context_name: form-v-${{ env.BRANCH_SLUG }}
Expand Down

0 comments on commit 20f459d

Please sign in to comment.