Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Nov 27, 2023
1 parent 238b68b commit a3a1113
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 @@ -70,8 +70,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=semver,pattern={{version}},value=${{ github.event.inputs.version }}
type=schedule,pattern={{date 'YYYYMMDD-hhmmss'}}
type=schedule,pattern={{date 'YYYYMMDD'}}
- name: Copy live.jar into cloud overlayer
run: cp artifacts/live-v3-*.jar ./src/cloud-instance-docker/live.jar
Expand Down

0 comments on commit a3a1113

Please sign in to comment.