- build command fix
Some checks failed
continuous-integration/drone/push Build is passing
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 5m38s

This commit is contained in:
oonyeje 2025-03-02 08:41:16 -05:00
parent e6390f8f67
commit cdb320088b

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 }} .
- 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 }}