Skip to content

Commit 1200776

Browse files
committed
fix(ci): build and push
1 parent 6fb6fd4 commit 1200776

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/dashboard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030

31-
- name: Docker Push
32-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
31+
- name: Docker Build and Push
3332
uses: docker/build-push-action@v5
3433
with:
3534
context: "{{defaultContext}}:dashboard"

.github/workflows/doseid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030

31-
- name: Docker Push
31+
- name: Docker Build and Push
3232
uses: docker/build-push-action@v5
3333
with:
3434
context: .

0 commit comments

Comments
 (0)