From 28a6f78d9ed2b47c87c39a5fca0574bb2770d5e6 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 19 Oct 2023 11:20:13 -0400 Subject: [PATCH] update workflow --- .github/a | 0 .github/workflows/docker-image.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .github/a diff --git a/.github/a b/.github/a new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index cd71f0c..d9f99fc 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -24,7 +24,7 @@ jobs: uses: docker/login-action@v1 with: registry: ghcr.io - username: ${{ github.repository_owner }} + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image