We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648e24d commit e26cd9bCopy full SHA for e26cd9b
1 file changed
.github/workflows/_graph_proxy_container.yaml
@@ -35,7 +35,7 @@ jobs:
35
images: ${{ env.IMAGE_REPOSITORY }}
36
tags: |
37
type=raw,value=${{ steps.tags.outputs.version }}
38
- type=raw,value=branch-${{ github.ref_name }}
+ type=raw,value=${{ github.ref_name }}
39
type=raw,value=latest
40
41
- name: Set up Docker Buildx
0 commit comments