try fixing docker build workflow again
Build and Push Docker Image / build (release) Successful in 1m18s
Build and Push Docker Image / build (release) Successful in 1m18s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user