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

chore(deps): update docker/build-push-action digest to 175d02b #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@c5e6528d5ddefc82f682165021e05edf58044bce
uses: docker/build-push-action@175d02bffea74695e96b351069ac938b338802f9
with:
context: dist/packages/relay
push: ${{ github.event_name != 'pull_request' }}
Expand Down