try pushing image

This commit is contained in:
Sebastian Hugentobler 2023-12-13 01:11:44 +01:00
parent f746df6d27
commit aabc3ec759
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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 }}