Skip to content

Commit

Permalink
Merge pull request #1622 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 9c77e54 + 5117069 commit 626365b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- 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 626365b

Please sign in to comment.