Skip to content

Commit

Permalink
Adjusted APP_KEY_ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Sep 18, 2024
1 parent a0cee6e commit c4c824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
keys-case: upper

- name: 🐸 Buld to JFrog
run: docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --build-arg APP_KEY=${{ secrets.APP_KEY }} --build-arg DOCKER_FROM_IMAGE=${{ secrets.ARTIFACTORY_URL }}/${{ env.PHP_IMAGE }} --tag ${{ secrets.ARTIFACTORY_URL }}/${{ env.APP_NAME }}:${{ env.DEPLOY_NAMESPACE }} --output=type=image,push=true --push -f ${{ env.DOCKER_FILE_PATH }} .
run: docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --build-arg APP_KEY_ARG=${{ secrets.APP_KEY }} --build-arg DOCKER_FROM_IMAGE=${{ secrets.ARTIFACTORY_URL }}/${{ env.PHP_IMAGE }} --tag ${{ secrets.ARTIFACTORY_URL }}/${{ env.APP_NAME }}:${{ env.DEPLOY_NAMESPACE }} --output=type=image,push=true --push -f ${{ env.DOCKER_FILE_PATH }} .

0 comments on commit c4c824a

Please sign in to comment.