Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakana committed Apr 16, 2024
1 parent dc49d05 commit d70e72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build and push to docker hub
on:
push:
branches:
- 'main'
- main
jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -20,8 +20,8 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ vars.DOCKERHUB_TOKEN }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit d70e72f

Please sign in to comment.