Skip to content

Commit

Permalink
Merge pull request #2 from PRYVT/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
L4B0MB4 authored Nov 29, 2024
2 parents aee24e7 + cea7b56 commit 8d3d9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/identification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8d3d9de

Please sign in to comment.