We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650ee2 commit ed50a9cCopy full SHA for ed50a9c
.github/workflows/_graph_proxy_container.yaml
@@ -48,7 +48,7 @@ jobs:
48
context: backend
49
file: backend/Dockerfile.graph-proxy
50
target: deploy
51
- push: ${{ github.event_name == 'push' && (github.ref_type == 'branch' || startsWith(github.ref, 'ref/tags/graph-proxy@')) }}
+ push: ${{ github.event_name == 'push' && (github.ref_type == 'branch' || startsWith(github.ref, 'refs/tags/graph-proxy@')) }}
52
load: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/graph-proxy@')) }}
53
tags: ${{ steps.meta.outputs.tags }}
54
labels: ${{ steps.meta.outputs.labels }}
0 commit comments