Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpradoar authored Nov 16, 2024
1 parent 80f925e commit 5555974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Semantic-Version
on:
push:
branches:
- main
#- main
- feat/issue/1
pull_request:
branches: [ main ]
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: jpradoar
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up Docker Buildx
Expand Down

0 comments on commit 5555974

Please sign in to comment.