mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-17 22:55:42 +00:00
commit
6531339cd4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website-publish.yml
vendored
4
.github/workflows/website-publish.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
# https://github.com/docker/metadata-action#basic
|
||||
tags: user/website_frontend:latest
|
||||
tags: ${{github.actor}}/website_frontend:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
- name: Build and push Docker image(yes comments)
|
||||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
# https://github.com/docker/metadata-action#basic
|
||||
tags: user/website_frontend:latest
|
||||
tags: ${{github.actor}}/website_frontend:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: COMMENTS_BACKEND=comments_backend
|
||||
#jobs:
|
||||
|
|
Loading…
Reference in a new issue