Skip to content

Commit

Permalink
fix dockertag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Sep 15, 2023
1 parent 3641a11 commit 54bc71f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# https://github.com/actions/runner-images/issues/2840#issuecomment-1284059930
run: |
sudo rm -rf /usr/share/dotnet
# sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: check available docker space
Expand All @@ -51,15 +52,16 @@ jobs:
with:
images: centrifugeio/centrifuge-chain
flavor: |
prefix=${{ matrix.target == 'test' && 'test-' || '' }}
suffix=${{ env.NOW }}
${{ matrix.target == 'test' && 'prefix=test' }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=sha,format=short,prefix='git-'
type=raw,${{ env.NOW }}
type=edge
- name: Build and push centrifugeio/centrifuge-chain
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 54bc71f

Please sign in to comment.