Skip to content

Commit

Permalink
Turn off provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswhitfield committed Jun 25, 2024
1 parent c35a9ca commit 5181908
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- test_provenance
- next
- qa
- main
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
run: |
case ${{ github.ref }} in
refs/heads/next)
refs/heads/test_provenance)
echo "latest_tag=latest-dev" >> $GITHUB_OUTPUT
;;
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
file: Dockerfile
tags: ${{ env.REGISTRY }}/${{ github.repository }}/live_data_server:${{ steps.latest_tag.outputs.latest_tag }}
push: true
provenance: false

- name: Push version tag only for main branch
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 5181908

Please sign in to comment.