Skip to content

Commit

Permalink
ttrying with string interpolation and no push
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Apr 11, 2024
1 parent 59ed55e commit f0311ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
cache-from: type=s3,region=us-east-2,bucket=docker-caching
cache-to: type=s3,region=us-east-2,bucket=docker-caching,mode=max
cache-from: type=s3,region=us-east-2,bucket=docker-caching,access_key_id=${secrets.AWS_ACCESS_KEY_ID},secret_access_key=${secrets.AWS_SECRET_ACCESS_KEY}
cache-to: type=s3,region=us-east-2,bucket=docker-caching,mode=max,access_key_id=${secrets.AWS_ACCESS_KEY_ID},secret_access_key=${secrets.AWS_SECRET_ACCESS_KEY}
context: server/
file: ./server/Dockerfile.no-ocr
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f0311ad

Please sign in to comment.