We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6477cd2 commit 6b15246Copy full SHA for 6b15246
.github/workflows/compile.yml
@@ -98,6 +98,11 @@ jobs:
98
runs-on: ubuntu-latest
99
needs: ["docker_build"]
100
steps:
101
+ - name: Login to DockerHub
102
+ uses: docker/login-action@v1
103
+ with:
104
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
105
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
106
- name: Build and Push manifest
107
run: |
108
docker manifest create easybill/easypwned:${{github.ref_name}} easybill/easypwned:${{github.ref_name}}_amd64 easybill/easypwned:${{github.ref_name}}_arm64
0 commit comments