Skip to content

Commit

Permalink
ci: fix dockerhub in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Feb 28, 2024
1 parent 78ef925 commit bc6e62d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release

on:
workflow_dispatch:
pull_request:
push:
tags:
- 'v*'
Expand Down Expand Up @@ -29,11 +30,11 @@ jobs:
with:
go-version: 1.21.x

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit bc6e62d

Please sign in to comment.