Skip to content

Commit

Permalink
Change build tag to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 18, 2024
1 parent 8caf7d6 commit 2334bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
file: ./docker/Dockerfile
push: true
tags: |
${{ vars.DOCKERHUB_USERNAME }}/bresourcemanager:latest
ghcr.io/b-scheduler/bresourcemanager:latest
${{ vars.DOCKERHUB_USERNAME }}/bresourcemanager:dev
ghcr.io/b-scheduler/bresourcemanager:dev
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
file: ./docker/Dockerfile
push: true
tags: |
${{ vars.DOCKERHUB_USERNAME }}/bresourcemanager:latest
ghcr.io/b-scheduler/bresourcemanager:latest
${{ vars.DOCKERHUB_USERNAME }}/bresourcemanager:${{ github.ref_name }}
ghcr.io/b-scheduler/bresourcemanager:${{ github.ref_name }}

0 comments on commit 2334bbe

Please sign in to comment.