Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 25, 2024
1 parent 7b10461 commit 1b1c401
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ jobs:
# Push the image if we're running for main
echo "github.ref = ${{ github.ref }}"
# TODO remove the line below
echo "DOCKER_PUSH=true" >> $GITHUB_OUTPUT
if [ "${{ github.ref }}" == 'refs/heads/main' ]; then
echo "DOCKER_PUSH=true" >> $GITHUB_OUTPUT
echo "DOCKER_PUSH = true"
Expand All @@ -204,6 +201,10 @@ jobs:
echo "DOCKER_PUSH = false"
fi
# TODO remove
echo "DOCKER_PUSH = true"
echo "DOCKER_PUSH=true" >> $GITHUB_OUTPUT
echo "SBOM_OUTPUT_FILENAME=$GITHUB_WORKSPACE/sbom.json" >> $GITHUB_OUTPUT
- name: Build and push image 🏗
Expand Down

0 comments on commit 1b1c401

Please sign in to comment.