Skip to content

Commit

Permalink
Speed up for testing docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 3, 2024
1 parent 37bdbec commit f6ddafa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ jobs:
with:
images: ${{ secrets.DOCKER_REG_PARACHAIN }}-test
tags: |
type=ref,event=branch
type=ref,event=pr
type=sha
- name: "Build and push"
uses: docker/build-push-action@v3
with:
context: .
file: scripts/Dockerfile
file: scripts/Dockerfile.parachain-launch
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{github.head_ref}}-${{ steps.meta.outputs.tags }}

0 comments on commit f6ddafa

Please sign in to comment.