Skip to content

Commit

Permalink
WIP build images against feat/docker2
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 13, 2023
1 parent 8364b7d commit 4ca2b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.13.0
build-args: GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend:feat-docker2

frontend:
name: Build geonature frontend docker image
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend:2.13.0
build-args: GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend:feat-docker2

0 comments on commit 4ca2b3d

Please sign in to comment.