Skip to content

Commit

Permalink
Fix Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
netris committed May 6, 2024
1 parent 590c21b commit 6b21a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
TAGS: ${{ steps.meta.outputs.tags }}
TAGS: ${{ steps.meta.outputs.tags }}, latest
DIGEST: ${{ steps.build-and-push.outputs.digest }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.1"
services:
postfix:
image: ghcr.io/don-swanson/postfix:latest
image: ghcr.io/don-swanson/postfix-container:latest
container_name: postfix
volumes:
- ./postfix-config:/config #This path will store your configs
Expand Down

0 comments on commit 6b21a6a

Please sign in to comment.