Skip to content

Commit

Permalink
Merge pull request #1621 from AgID/develop
Browse files Browse the repository at this point in the history
Fix gh pipeline
  • Loading branch information
pdavide authored Dec 23, 2022
2 parents f4365f9 + b89e328 commit 9c77e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
run: echo "RELEASE_TAG=$(echo ${{ github.ref }} | cut -c11-)" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v2
- name: Prepare files
if: success()
run: cp ${{ github.workspace }}/containers/queue-worker/supervisord.conf ${{ github.workspace }}
- name: Build image
if: success()
run: docker build --no-cache --rm -f ${{ github.workspace }}/Dockerfile.portal --build-arg PHP_VERSION=$PHP_VERSION -t $ORGANIZATION/$IMAGE_NAME:$IMAGE_TAG ${{ github.workspace }}
Expand Down

0 comments on commit 9c77e54

Please sign in to comment.