Skip to content

Commit

Permalink
test login pass not working ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 21, 2024
1 parent 7c12f82 commit 51999dd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/create_push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@ jobs:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
-
name: Checkout project sources
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 51999dd

Please sign in to comment.