Skip to content

Commit

Permalink
Merge pull request #1055 from opengisch/fix-gh-build-and-push
Browse files Browse the repository at this point in the history
Fixing github Build-and-push so that it actually pushes
  • Loading branch information
dddpt authored Nov 7, 2024
2 parents 92c4e2f + 222e1b9 commit 37bca54
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 37bca54

Please sign in to comment.