We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb6fd4 commit 1200776Copy full SHA for 1200776
.github/workflows/dashboard.yml
@@ -28,8 +28,7 @@ jobs:
28
username: ${{ secrets.DOCKERHUB_USERNAME }}
29
password: ${{ secrets.DOCKERHUB_TOKEN }}
30
31
- - name: Docker Push
32
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ - name: Docker Build and Push
33
uses: docker/build-push-action@v5
34
with:
35
context: "{{defaultContext}}:dashboard"
.github/workflows/doseid.yml
@@ -28,7 +28,7 @@ jobs:
context: .
0 commit comments