Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ludusrusso committed Mar 18, 2021
1 parent 318ef1a commit 4384087
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
tag-semver: |
{{version}}
{{major}}.{{minor}}
- name: Docker meta Mailer
id: docker_meta_mailer
uses: crazy-max/ghaction-docker-meta@v1
with:
images: |
ghcr.io/ludusrusso/smtp/mailer
tag-sha: true
tag-semver: |
{{version}}
{{major}}.{{minor}}
- name: Docker meta Mailer
id: docker_meta_mailer
uses: crazy-max/ghaction-docker-meta@v1
with:
images: |
ghcr.io/ludusrusso/smtp/mailer
tag-sha: true
tag-semver: |
{{version}}
{{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
target: sender
target: mailer
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta_mailer.outputs.tags }}
labels: ${{ steps.docker_meta_mailer.outputs.labels }}
Expand Down

0 comments on commit 4384087

Please sign in to comment.