Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Apr 9, 2024
1 parent a7f822a commit f67aa24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Found new version - $VERSION"
echo "NEEDS_RELEASE=true" >> $GITHUB_OUTPUT
fi
echo "SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_OUTPUT
echo "CURRENT_DATE=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
- name: build tezbox
if: ${{ steps.prep.outputs.NEEDS_RELEASE == 'true'}}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
build-args: |
IMAGE_TAG=v19.1
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: ghcr.io/tez-capital/tezbox:tezos-v19.1#${{ steps.prep.outputs.SHORT_SHA }},ghcr.io/tez-capital/tezbox:tezos-v19.1,ghcr.io/tez-capital/tezbox:latest
tags: ghcr.io/tez-capital/tezbox:tezos-v19.1.CURRENT_DATE,ghcr.io/tez-capital/tezbox:tezos-v19.1,ghcr.io/tez-capital/tezbox:latest
push: true
provenance: false

Expand Down

0 comments on commit f67aa24

Please sign in to comment.