Skip to content

Commit

Permalink
fix(docker.yml): use geonature-backend:develop image rather than 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentCauchois authored and jacquesfize committed Jun 4, 2024
1 parent 3fc2938 commit 4288724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend:2.14.2
build-args: GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend:develop

frontend:
name: Build geonature frontend docker image
Expand Down

0 comments on commit 4288724

Please sign in to comment.