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

chore(devdeps): update arwynfr/actions-docker-context commit hash to bf078c0 #92

Merged
merged 2 commits into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v2
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@v2
with:
docker_host: ${{ env.REMOTE_SSH_SERVER }}
context_name: form-v-${{ env.BRANCH_SLUG }}
Expand Down