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