try pushing image
This commit is contained in:
parent
f746df6d27
commit
aabc3ec759
@ -15,9 +15,12 @@ jobs:
|
||||
archs: arm64, amd64
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
- name: Log in to Dockerhub
|
||||
uses: redhat-actions/podman-login@v1
|
||||
- name: Push to dockerhub
|
||||
id: push-to-dockerhub
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
with:
|
||||
image: ${{ steps.build-image.outputs.image }}
|
||||
tags: ${{ steps.build-image.outputs.tags }}
|
||||
registry: docker.io
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_PW }}
|
||||
|
Loading…
Reference in New Issue
Block a user