This commit is contained in:
parent
106a3b06aa
commit
41f6f1e25a
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ jobs:
|
|||
with:
|
||||
images: gitea.simcop2387.info/simcop2387/pg-container-base
|
||||
tags: |
|
||||
type=raw,value={{ env.PG_MAJOR_VERSION }}-{{ env.DEB_RELEASE }}
|
||||
type=raw,value={{ env.PG_MAJOR_VERSION }}-{{ env.DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }}
|
||||
type=raw,value=${{ PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}
|
||||
type=raw,value=${{ $PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }}
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: buildx-base
|
||||
|
|
Loading…
Add table
Reference in a new issue