- build command fix
This commit is contained in:
parent
e6390f8f67
commit
cdb320088b
@ -51,7 +51,7 @@ jobs:
|
||||
# NEXT_PUBLIC_RECAPTCHA_SITE_KEY=${{secrets.NEXT_PUBLIC_RECAPTCHA_SITE_KEY}}
|
||||
|
||||
- name: Build Docker Image
|
||||
run: docker build -t gitea.bsidesolutions.net/${{ gitea.repository }}:${{ gitea.sha }} oonyeje/oonyeje-portfolio .
|
||||
run: docker build -t gitea.bsidesolutions.net/${{ gitea.repository }}:${{ gitea.sha }} .
|
||||
|
||||
- name: Push Docker Image (Commit)
|
||||
run: docker push gitea.bsidesolutions.net/${{ gitea.repository }}:${{ gitea.sha }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user