Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 4, 2024
1 parent 5ffa80f commit bc13a23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: modules
dockerfile: modules/api/Dockerfile
file: modules/api/Dockerfile
push: false # TODO
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
VERSION=${{ steps.meta.outputs.version }}

0 comments on commit bc13a23

Please sign in to comment.