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

View File

@ -33,6 +33,12 @@ jobs:
path: bromite-buildtools path: bromite-buildtools
fetch-depth: 1 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 }} - name: Building build-deps container ${{ env.VERSION }}
shell: bash shell: bash
run: | run: |
@ -69,12 +75,6 @@ jobs:
fi fi
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 - name: Docker Push chromium
shell: bash shell: bash
run: | run: |