Skip to content

Commit

Permalink
Merge pull request #44 from suchyba/33-add-action-to-build-dev-package
Browse files Browse the repository at this point in the history
Add raw tag to dev release
  • Loading branch information
suchyba authored Sep 22, 2023
2 parents bd24b4b + 158aa76 commit 8416798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
tags: |
type=semver,pattern={{version}},enable=${{ !inputs.DEV_RELEASE }}
type=schedule,prefix=DEV-,pattern={{date 'DDMMYYYY_hhmm tz='Europe/Warsaw'}},enable=${{ inputs.DEV_RELEASE }}
type=raw,value=lastest-DEV,enabled=${{ inputs.DEV_RELEASE }}
type=sha,prefix=DEV-,format=short,enable=${{ inputs.DEV_RELEASE }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 8416798

Please sign in to comment.