We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f0a1d commit 50719faCopy full SHA for 50719fa
.github/workflows/docker.yml
@@ -14,10 +14,11 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: docker/setup-buildx-action@v3
16
- run: make docker/build
17
- - run: make docker/login
18
env:
19
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
20
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
21
- name: docker push
22
if: github.ref == 'develop'
23
- run: make docker/push
+ run: |
+ make docker/login
24
+ make docker/push
0 commit comments