Update smtp_proxy_server.yml

This commit is contained in:
Dream Hunter
2024-04-29 21:49:30 +08:00
committed by GitHub
parent a456bfda7c
commit 8b210388ee

View File

@@ -33,7 +33,8 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v5
with:
context: .
context: ./smtp_proxy_server
file: ./smtp_proxy_server/dockerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}