update dockerfile

This commit is contained in:
Salam-vsem
2025-05-19 15:07:30 +03:00
parent 1593c8a67b
commit c78aea5511
2 changed files with 10 additions and 25 deletions

View File

@@ -7,6 +7,9 @@ on:
jobs:
build-and-deploy:
env:
DOCKER_ORG: mibu-studio
DOCKER_LATEST: latest
runs-on: docker
steps:
# - name: Checkout code
@@ -45,8 +48,8 @@ jobs:
linux/arm64
push: true
tags: |
${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
- name: Trigger Dokploy Deployment
run: |