Skip to content

Commit 03358b8

Browse files
committed
remove dockerhub again
1 parent 3f2aae4 commit 03358b8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
elif [[ $GITHUB_REF == refs/pull/* ]]; then
4040
TAGS="${{ secrets.DOCKER_IMAGE }}:pr-${{ github.event.number }}"
4141
fi
42-
echo ::set-output name=tags::"${{ secrets.REGISTRY_USERNAME }}/${TAGS}"
42+
echo ::set-output name=tags::${TAGS}
4343
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
4444
-
4545
name: Linting
@@ -52,12 +52,6 @@ jobs:
5252
-
5353
name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v1
55-
-
56-
name: Login to DockerHub
57-
uses: docker/login-action@v1
58-
with:
59-
username: ${{ secrets.DOCKERUSER }}
60-
password: ${{ secrets.DOCKERPASSWORD }}
6155
-
6256
name: Login to Quay.io
6357
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)