Skip to content

Commit

Permalink
fix usage of php_version env
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 8, 2024
1 parent 8da8340 commit a1f167e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-sftp-apache-nas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# https://endoflife.date/php
PHP_VERSION: "8.3"
# docker image version
VERSION: "1.0.0-${{ env.PHP_VERSION }}"
VERSION: "1.0.0"

jobs:
build:
Expand Down Expand Up @@ -45,5 +45,5 @@ jobs:
file: ./apache-nas/Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/camptocamp/georchestra-docker-images/apache-nas:latest, ghcr.io/camptocamp/georchestra-docker-images/apache-nas:${{ env.VERSION }}, ghcr.io/camptocamp/georchestra-docker-images/apache-nas:build-${{ github.sha }}
tags: ghcr.io/camptocamp/georchestra-docker-images/apache-nas:latest, ghcr.io/camptocamp/georchestra-docker-images/apache-nas:${{ env.VERSION }}-${{ env.PHP_VERSION }}, ghcr.io/camptocamp/georchestra-docker-images/apache-nas:build-${{ github.sha }}
build-args: PHP_VERSION=${{ env.PHP_VERSION }}

0 comments on commit a1f167e

Please sign in to comment.