Skip to content

Commit 2377362

Browse files
fic github actions production
1 parent 7219c9d commit 2377362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
push: true
6262
# TODO This same value is used in docker-compose.production.yaml too,
6363
# maybe it should be an environment variable
64-
tags: ghcr.io/${{ env.GHCR_ORG }}/school_data_hub_server:latest
64+
tags: ghcr.io/${{ env.GHCR_ORG }}/school_data_hub_server:production
6565
labels: ${{ steps.meta.outputs.labels }}
6666
# This determines which hardware platforms the image will run on
6767
# further details: https://docs.docker.com/build/building/multi-platform/

0 commit comments

Comments
 (0)