Skip to content

Commit

Permalink
Fixing github Build-and-push so that it actually pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
dddpt committed Nov 7, 2024
1 parent 92c4e2f commit 222e1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
with:
file: ${{ matrix.services.dockerfile }}
context: ${{ matrix.services.docker_context }}
push: ${{ matrix.services.enable_dockerhub && (github.event_name == 'release' || github.ref_name == 'master') }}
target: ${{ matrix.services.docker_target }}
tags: ${{ steps.docker_metadata.outputs.tags }}
cache-from: type=registry,ref=ghcr.io/opengisch/qfieldcloud-${{ matrix.services.service_name }}:buildcache
Expand Down

0 comments on commit 222e1b9

Please sign in to comment.