Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
AWSRESET1-514: CI/CD Vol API on Static & DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Oct 19, 2023
1 parent ee40828 commit c9d3768
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/vol-api-build-pr-main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- name: Set BASE_IMAGE and VOL_API_IMAGE_TAG
run: |
envsubst < Dockerfile | tee Dockerfile.tmp
mv Dockerfile.tmp Dockerfile
# envsubst < Dockerfile | tee Dockerfile.tmp
# mv Dockerfile.tmp Dockerfile
cat Dockerfile
IMAGE_SHA=$(git rev-parse --short HEAD)
BASE_IMAGE=$(head -n1 Dockerfile)
# BASE_IMAGE=$(head -n1 Dockerfile)
BASE_IMAGE=${BASE_IMAGE#* }
echo "VOL_API_IMAGE_TAG=vol-api-7.4.33-alpine-fpm-$IMAGE_SHA" >> $GITHUB_ENV
Expand Down

0 comments on commit c9d3768

Please sign in to comment.