fixup! fixup! Implemented hard delete on articles throug Deleted Page
This commit is contained in:
parent
1a5c5b4cd9
commit
62ea694204
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -67,4 +67,4 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
|
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
|
||||||
BASE={{ matrix.suffix }}
|
BASE=${{ matrix.suffix }}
|
||||||
|
|
Loading…
Reference in a new issue