Updated Workflow

This commit is contained in:
2025-07-05 20:44:15 -04:00
parent 4ab22f21d8
commit 346feb30c8

View File

@@ -29,6 +29,7 @@ jobs:
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
file: AobaServer/Dockerfile
context: . context: .
push: true push: true
tags: git.kaisei.app/amatsugu/aoba:${{ env.VERSION }} tags: git.kaisei.app/amatsugu/aoba:${{ env.VERSION }}