This commit is contained in:
Andras Bacsai
2023-04-27 14:16:16 +02:00
parent 91ba7a5704
commit d1b266a361
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build imaged and push to registry
- name: Build image and push to registry
uses: docker/build-push-action@v3
with:
no-cache: true

View File

@@ -19,7 +19,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build imaged and push to registry
- name: Build image and push to registry
uses: docker/build-push-action@v3
with:
context: .