Merge pull request #23 from Pagwin-Fedora/development

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

View file

@ -45,7 +45,7 @@ jobs:
context: . context: .
push: true push: true
# https://github.com/docker/metadata-action#basic # https://github.com/docker/metadata-action#basic
tags: pagwin_fedora/website_frontend:latest tags: pagwin-fedora/website_frontend:latest
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image(yes comments) - name: Build and push Docker image(yes comments)
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
@ -53,7 +53,7 @@ jobs:
context: . context: .
push: true push: true
# https://github.com/docker/metadata-action#basic # https://github.com/docker/metadata-action#basic
tags: pagwin_fedora/website_frontend:latest-comments tags: pagwin-fedora/website_frontend:latest-comments
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: COMMENTS_BACKEND=comments_backend build-args: COMMENTS_BACKEND=comments_backend
#jobs: #jobs: