mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 05:15:41 +00:00
commit
fe997a3721
1 changed files with 4 additions and 1 deletions
5
.github/workflows/website-publish.yml
vendored
5
.github/workflows/website-publish.yml
vendored
|
@ -44,7 +44,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
# https://github.com/docker/metadata-action#basic
|
||||||
|
tags:
|
||||||
|
- user/website_frontend:latest
|
||||||
|
- user/website_frontend:{{steps.meta.outputs.sha}}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
#jobs:
|
#jobs:
|
||||||
# build:
|
# build:
|
||||||
|
|
Loading…
Reference in a new issue