Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Sep 7, 2024
1 parent 1a440cc commit 5c23660
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ jobs:
with:
context: ./pretix-clone
file: ./pretix-clone/Dockerfile
provenance: false
load: true
tags: pyconit-local-pretix-base:${{ steps.git.outputs.githash }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Show Docker images
run: docker images
Expand All @@ -112,8 +108,6 @@ jobs:
pull: false
tags: |
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pretix:arm-${{ steps.git.outputs.githash }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args: |
PRETIX_BASE_IMAGE_ID=${{ steps.build-pretix-base.outputs.imageid }}
Expand Down

0 comments on commit 5c23660

Please sign in to comment.