From a51af6d837965ddbe9210c7f32dc00693e8a092f Mon Sep 17 00:00:00 2001 From: L4B0MB4 Date: Fri, 29 Nov 2024 23:22:42 +0100 Subject: [PATCH] Rename Docker tags in identification workflow for consistency --- .github/workflows/identification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/identification.yml b/.github/workflows/identification.yml index be31bd0..8ae4227 100644 --- a/.github/workflows/identification.yml +++ b/.github/workflows/identification.yml @@ -44,7 +44,7 @@ jobs: with: file: "./docker/command/Dockerfile" push: true - tags: ${{ vars.DOCKERHUB_USERNAME }}/identification_command:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }} + tags: ${{ vars.DOCKERHUB_USERNAME }}/pryvt_identification_command:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }} - name: Build without push if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development' && !startsWith(github.ref, 'refs/tags/') uses: docker/build-push-action@v6 @@ -70,7 +70,7 @@ jobs: with: file: "./docker/query/Dockerfile" push: true - tags: ${{ vars.DOCKERHUB_USERNAME }}/identification_query:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }} + tags: ${{ vars.DOCKERHUB_USERNAME }}/pryvt_identification_query:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }} - name: Build without push if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development' && !startsWith(github.ref, 'refs/tags/') uses: docker/build-push-action@v6