Skip to content

Commit

Permalink
Merge pull request #42 from suchyba/33-add-action-to-build-dev-package
Browse files Browse the repository at this point in the history
Fixed docker tags
  • Loading branch information
suchyba authored Sep 22, 2023
2 parents 22dcda3 + 674d051 commit bd24b4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
with:
images: ${{ inputs.REGISTRY }}/${{ inputs.IMAGE_NAME }}
tags: |
type=schedule,prefix=DEV-,pattern={{date 'DDMMYYYY_hhmm tz='Europe/Warsaw'}},enable=${{ !inputs.DEV_RELEASE }}
type=edge,prefix=DEV-,enable=${{ inputs.DEV_RELEASE }}
type=semver,pattern={{version}},enable=${{ !inputs.DEV_RELEASE }}
type=schedule,prefix=DEV-,pattern={{date 'DDMMYYYY_hhmm tz='Europe/Warsaw'}},enable=${{ inputs.DEV_RELEASE }}
type=sha,prefix=DEV-,format=short,enable=${{ inputs.DEV_RELEASE }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
Expand Down

0 comments on commit bd24b4b

Please sign in to comment.