We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2aae4 commit 03358b8Copy full SHA for 03358b8
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
elif [[ $GITHUB_REF == refs/pull/* ]]; then
40
TAGS="${{ secrets.DOCKER_IMAGE }}:pr-${{ github.event.number }}"
41
fi
42
- echo ::set-output name=tags::"${{ secrets.REGISTRY_USERNAME }}/${TAGS}"
+ echo ::set-output name=tags::${TAGS}
43
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
44
-
45
name: Linting
@@ -52,12 +52,6 @@ jobs:
52
53
name: Set up Docker Buildx
54
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 }}
61
62
name: Login to Quay.io
63
if: github.event_name != 'pull_request'
0 commit comments