try fixing docker build workflow again
Build and Push Docker Image / build (release) Successful in 1m18s

This commit is contained in:
Cleo
2026-07-12 17:18:11 +02:00
parent 067e0f7009
commit d34e41db30
+2 -1
View File
@@ -22,7 +22,7 @@ jobs:
env:
RELEASE_TAG: ${{ github.ref_name }}
SHORT_HASH: ${{ github.sha }}
USER_NAME: ${{ github.repository_owner }}
USER_NAME: cleo
run: |
# Build the image with the commit hash tag
docker build --build-arg BUILD_IDENTIFIER=${SHORT_HASH:0:5} -t gitea.innovativename.xyz/${USER_NAME}/archipelago-server-docker:${RELEASE_TAG} .
@@ -34,6 +34,7 @@ jobs:
env:
RELEASE_TAG: ${{ github.ref_name }}
SHORT_HASH: ${{ github.sha }}
USER_NAME: cleo
run: |
docker push gitea.innovativename.xyz/${USER_NAME}/archipelago-server-docker:${RELEASE_TAG}
docker push gitea.innovativename.xyz/${USER_NAME}/archipelago-server-docker:latest