fix squash
This commit is contained in:
parent
8240c62c9c
commit
612c9ecaef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/os.yml
vendored
4
.github/workflows/os.yml
vendored
|
|
@ -76,9 +76,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
# Nu bruger vi udelukkende tags fra meta-trinnet, som er lowercase-sikre
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
squash: true
|
# Erstat 'squash: true' med denne linje:
|
||||||
|
outputs: type=image,name=target,squash=true
|
||||||
|
|
||||||
- name: Sign the published Docker image
|
- name: Sign the published Docker image
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue