fix: Fixing typo in build.yaml.
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
brancher:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
@@ -41,4 +41,3 @@ jobs:
|
||||
- run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||
- run: docker build -t ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest ./php
|
||||
- run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest
|
||||
|
||||
Reference in New Issue
Block a user