fucking around

This commit is contained in:
Pagwin 2023-09-15 16:11:47 -04:00
parent 973cb67ab5
commit 322b729faf
No known key found for this signature in database
GPG key ID: F5FB283DD4B1A998

View file

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