1 parent e7ac362 commit 67c9416Copy full SHA for 67c9416
1 file changed
.github/workflows/build-push-release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Login to Docker Hub
16
uses: docker/login-action@v1
17
with:
18
- username: ${{ secrets.DOCKER_HUB_USERNAME }}
+ username: firecow
19
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
20
21
- name: Set up Docker Buildx
@@ -29,4 +29,4 @@ jobs:
29
context: ./
30
file: ./Dockerfile
31
push: true
32
- tags: ${{ secrets.DOCKER_HUB_USERNAME }}/cloudflared:${{ github.ref }},${{ secrets.DOCKER_HUB_USERNAME }}/cloudflared:latest
+ tags: firecow/cloudflared:${{ github.ref }},firecow/cloudflared:latest
0 commit comments