try different names...

This commit is contained in:
Sebastian Hugentobler 2023-12-13 00:34:53 +01:00
parent b88f286194
commit e87453a975
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -12,7 +12,7 @@ jobs:
with: with:
image: docker.io/thallian/alpine-s6 image: docker.io/thallian/alpine-s6
tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest
platforms: linux/arm64 platforms: linux/aarch64, linux/x86_64
containerfiles: | containerfiles: |
./Containerfile ./Containerfile
- name: Log in to Dockerhub - name: Log in to Dockerhub