Skip to content

Commit 6b15246

Browse files
committed
...
1 parent 6477cd2 commit 6b15246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compile.yml

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
runs-on: ubuntu-latest
9999
needs: ["docker_build"]
100100
steps:
101+
- name: Login to DockerHub
102+
uses: docker/login-action@v1
103+
with:
104+
username: ${{ secrets.DOCKERHUB_USERNAME }}
105+
password: ${{ secrets.DOCKERHUB_TOKEN }}
101106
- name: Build and Push manifest
102107
run: |
103108
docker manifest create easybill/easypwned:${{github.ref_name}} easybill/easypwned:${{github.ref_name}}_amd64 easybill/easypwned:${{github.ref_name}}_arm64

0 commit comments

Comments
 (0)