Skip to content

Commit

Permalink
Merge pull request #747 from iotaledger/feat/release-raw-docker-tag
Browse files Browse the repository at this point in the history
Feat/release raw docker tag
  • Loading branch information
alexsporn authored Feb 16, 2024
2 parents d66cc4e + 7defa99 commit 744b947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
type=match,pattern=v(\d+.\d+),suffix=-alpha,group=1,enable=${{ contains(github.ref, '-alpha') }}
type=match,pattern=v(\d+.\d+),suffix=-beta,group=1,enable=${{ contains(github.ref, '-beta') }}
type=match,pattern=v(\d+.\d+),suffix=-rc,group=1,enable=${{ contains(github.ref, '-rc') }}
type=raw,value=${{ github.ref_name }},enable=${{ github.ref_type != 'tag' }}
- name: Login to DockerHub
uses: docker/login-action@v3
Expand All @@ -45,5 +46,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
build-args: |
BUILD_VERSION=${{ github.ref }}
BUILD_VERSION=${{ github.ref_name }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 744b947

Please sign in to comment.