Merge pull request #21 from Pagwin-Fedora/development

development
This commit is contained in:
Pagwin 2023-09-15 16:26:09 -04:00 committed by GitHub
commit 6531339cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: