Docker login not needed for binaries build. Fix Typo.
This commit is contained in:
parent
f5a070eb80
commit
18491bf70f
6
.github/workflows/binaries-build.yaml
vendored
6
.github/workflows/binaries-build.yaml
vendored
@ -18,12 +18,6 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build dist image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/development-binaries.yaml
vendored
2
.github/workflows/development-binaries.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- dev/1.5.x
|
||||
|
||||
jobs:
|
||||
bianries:
|
||||
binaries:
|
||||
uses: ./.github/workflows/binaries-build.yaml
|
||||
with:
|
||||
release: development-binaries
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user