This commit is contained in:
parent
1b9f146146
commit
2f5fae26c7
1 changed files with 8 additions and 2 deletions
|
@ -16,11 +16,17 @@ jobs:
|
|||
driver-opts: |
|
||||
namespace=git
|
||||
qemu.install=false
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: hub.docker.com
|
||||
username: imartyn
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
imartyn/usb-ipp:latest
|
||||
imartyn/usb-ipp:latest
|
Loading…
Add table
Reference in a new issue