Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jun 17, 2024
1 parent def2e7b commit 0f9c11e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
tags: |
type=sha
- name: Push paypal-check-job image
- name: Push visit-check-job image
uses: docker/build-push-action@v5
with:
push: true
file: ./cmd/paypal-check-job/Dockerfile
tags: ${{ steps.paypal-check-job-meta.outputs.tags }}
labels: ${{ steps.paypal-check-job-meta.outputs.labels }}
file: ./cmd/visit-check-job/Dockerfile
tags: ${{ steps.visit-check-job-meta.outputs.tags }}
labels: ${{ steps.visit-check-job-meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand All @@ -84,13 +84,13 @@ jobs:
tags: |
type=sha
- name: Push profile-async image
- name: Push paypal-check-job image
uses: docker/build-push-action@v5
with:
push: true
file: ./cmd/profile-async/Dockerfile
tags: ${{ steps.profile-async-meta.outputs.tags }}
labels: ${{ steps.profile-async-meta.outputs.labels }}
file: ./cmd/paypal-check-job/Dockerfile
tags: ${{ steps.paypal-check-job-meta.outputs.tags }}
labels: ${{ steps.paypal-check-job-meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 0f9c11e

Please sign in to comment.