From f36778f5da508a1c4b5f83a7120884f0eb32d011 Mon Sep 17 00:00:00 2001 From: Anduin Date: Mon, 3 Jun 2024 12:22:06 +0000 Subject: [PATCH] chore: Update Dockerfile to use GitHub Container Registry for image build and push --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d46120fa..dee66e4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,5 +54,4 @@ jobs: - name: Build the hello-world Docker image run: | 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 \ No newline at end of file