Skip to content

Commit

Permalink
deploy from lambda branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasMTElliott committed Sep 11, 2024
1 parent 3adf1ed commit 21fbafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ghcr.io/skywardapps/pdf-render-lambda:latest
ghcr.io/skywardapps/pdf-render-lambda:${{ github.sha }}
# build on feature branches, push only on main branch
push: ${{ github.ref == 'refs/heads/mainline' }}
push: ${{ github.ref == 'refs/heads/lambda' }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 21fbafa

Please sign in to comment.