This commit is contained in:
Pagwin 2023-09-15 16:23:32 -04:00
parent a982f820d6
commit f8fc0ecd46
No known key found for this signature in database
GPG key ID: F5FB283DD4B1A998

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: