Corrected names in build and push commands
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m0s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m0s
This commit is contained in:
parent
e4da310ef2
commit
dfd47c0d98
@ -25,8 +25,8 @@ jobs:
|
||||
|
||||
- name: Build and Tag Docker Image
|
||||
run: |
|
||||
docker build -t ${{ secrets.REGISTRY_USERNAME }}/your-image-name:latest .
|
||||
docker build -t ${{ secrets.CONTAINER_REGISTRY_USERNAME }}/luke-else.co.uk:latest .
|
||||
|
||||
- name: Push Docker Image
|
||||
run: |
|
||||
docker push ${{ secrets.REGISTRY_USERNAME }}/your-image-name:latest
|
||||
docker push ${{ secrets.CONTAINER_REGISTRY_USERNAME }}/luke-else.co.uk:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user