diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index 233c377..c5ac91c 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -26,10 +26,11 @@ jobs: - name: Build and push Image uses: ./.gitea/limbo_actions/buildkit-build-push with: + tags: oci.limbosolutions.com/devcontainers/devops:latest registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }} registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_USERNAME }} registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }} buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }} dockerfile: ${{gitea.workspace}}/devops context: ${{gitea.workspace}}/devops - tags: oci.limbosolutions.com/devcontainers/devops:latest +