From f665df1d7e4319adfde19a455ded06979a39ce6c Mon Sep 17 00:00:00 2001 From: Tim Colbert Date: Wed, 22 Jan 2025 23:06:30 +0000 Subject: [PATCH] The image being pushed in should use the org name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c459029..ba74847 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build traffcap on: push: branches: ["master"] - tags: ['*'] + tags: ["*"] pull_request: branches: ["master"] @@ -72,4 +72,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: centurix/traffcap:latest + tags: ${{ github.actor }}/traffcap:latest