Skip to content

Commit 67c9416

Browse files
committed
Hardcode username
1 parent e7ac362 commit 67c9416

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Login to Docker Hub
1616
uses: docker/login-action@v1
1717
with:
18-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
18+
username: firecow
1919
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2020

2121
- name: Set up Docker Buildx
@@ -29,4 +29,4 @@ jobs:
2929
context: ./
3030
file: ./Dockerfile
3131
push: true
32-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/cloudflared:${{ github.ref }},${{ secrets.DOCKER_HUB_USERNAME }}/cloudflared:latest
32+
tags: firecow/cloudflared:${{ github.ref }},firecow/cloudflared:latest

0 commit comments

Comments
 (0)