chore: Update Dockerfile to use GitHub Container Registry for image build and push
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -54,5 +54,4 @@ jobs:
|
|||||||
- name: Build the hello-world Docker image
|
- name: Build the hello-world Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build . --tag ghcr.io/anduin2017/how-to-cook:latest
|
docker build . --tag ghcr.io/anduin2017/how-to-cook:latest
|
||||||
docker run ghcr.io/anduin2017/how-to-cook:latest
|
|
||||||
docker push ghcr.io/anduin2017/how-to-cook:latest
|
docker push ghcr.io/anduin2017/how-to-cook:latest
|
||||||
Reference in New Issue
Block a user