Skip to content

Commit

Permalink
feat(push): error, not token but psw
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-candon committed Aug 24, 2023
1 parent d773f19 commit f30197a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
create:
tags:
- "v*.*.*"
push:

env:
JAVA_VERSION: '17'
Expand Down Expand Up @@ -96,11 +95,13 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY_IMAGE }}
- name: Login to Docker Hub

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Create manifest list and push
working-directory: /tmp/digests
run: |
Expand Down

0 comments on commit f30197a

Please sign in to comment.