Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz authored Feb 29, 2024
1 parent 67d0c86 commit 69c534d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
context: ./
file: ./services/postfix/Dockerfile
push: true
tags: ${{ steps.meta-relay.outputs.tags }}
labels: ${{ steps.meta-relay.outputs.labels }}
tags: ${{ steps.meta-smtp.outputs.tags }}
labels: ${{ steps.meta-smtp.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 69c534d

Please sign in to comment.