This commit is contained in:
Andras Bacsai 2022-09-06 11:31:54 +02:00
parent b1c1138cf8
commit 1db3d7a6fb

View File

@ -72,14 +72,11 @@ jobs:
runs-on: ubuntu-latest
needs: [arm64-making-something-cool, amd64-making-something-cool]
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Create & push manifest
uses: addnab/docker-run-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
image: docker:latest
shell: bash
run: |