Skip to content

Commit

Permalink
fix: Use ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed May 4, 2023
1 parent 318a98c commit ba54a24
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 @@ -5,11 +5,11 @@ on:
- created
jobs:
build:
name: 'Build & publish: ${{github.ref}}'
name: 'Build & publish: ${{github.ref_name}}'
uses: decentraland/actions/.github/workflows/build-quay-main.yml@main
with:
service-name: marketplace-favorites-server
docker-tag: '${{ github.ref }}'
docker-tag: '${{ github.ref_name }}'
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 comments on commit ba54a24

Please sign in to comment.