Update build-images.yaml

This commit is contained in:
uazo 2022-10-16 15:45:46 +02:00 committed by GitHub
parent 23a88c1eb8
commit 09730122e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -32,6 +32,12 @@ jobs:
with:
path: bromite-buildtools
fetch-depth: 1
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Building build-deps container ${{ env.VERSION }}
shell: bash
@ -68,12 +74,6 @@ jobs:
bromite-buildtools/images/chr-source/.
fi
fi
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker Push chromium
shell: bash