- add missing period
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 1m1s
continuous-integration/drone/push Build is passing

This commit is contained in:
oonyeje 2025-03-02 08:38:52 -05:00
parent 3a0a3bce33
commit e6390f8f67

View File

@ -51,7 +51,7 @@ jobs:
# NEXT_PUBLIC_RECAPTCHA_SITE_KEY=${{secrets.NEXT_PUBLIC_RECAPTCHA_SITE_KEY}} # NEXT_PUBLIC_RECAPTCHA_SITE_KEY=${{secrets.NEXT_PUBLIC_RECAPTCHA_SITE_KEY}}
- name: Build Docker Image - 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 }} oonyeje/oonyeje-portfolio .
- name: Push Docker Image (Commit) - name: Push Docker Image (Commit)
run: docker push gitea.bsidesolutions.net/${{ gitea.repository }}:${{ gitea.sha }} run: docker push gitea.bsidesolutions.net/${{ gitea.repository }}:${{ gitea.sha }}