From f9d2bc527cfd917f43e917b524e34feeead1ca06 Mon Sep 17 00:00:00 2001 From: "dave.ma" Date: Wed, 24 Apr 2024 15:09:37 +0800 Subject: [PATCH] update --- .github/workflows/hello.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 7f0905a..7b4a129 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -23,7 +23,7 @@ jobs: run: echo "${{ secrets.SECRETS_GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin - name: Build images - run: docker build -t docker.pkg.github.com/${{ github.repository }}/hello:latest . + run: docker build -t docker.pkg.github.com/${{ github.repository }}:latest . - name: Push images to repository - run: docker push docker.pkg.github.com/${{ github.repository }}/hello:latest \ No newline at end of file + run: docker push docker.pkg.github.com/${{ github.repository }}:latest \ No newline at end of file