Second attempt to do multiarch image (#370)

* Second attempt to do multiarch image

* Build it

* Arch Args

* Auth for push

* Remove condition

* Fix tag name

* Another try

* Finalize changes
This commit is contained in:
Andrey Pokhilko
2023-06-21 12:42:14 +01:00
committed by GitHub
parent 27eb7949e5
commit b61adf133f
4 changed files with 37 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USER }}