We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7b8e commit bc890bfCopy full SHA for bc890bf
.github/workflows/docker.yaml
@@ -25,5 +25,5 @@ jobs:
25
username: ${{ github.actor }}
26
password: ${{ secrets.GITHUB_TOKEN }}
27
- uses: docker/setup-qemu-action@v2
28
- - run: docker build -t ghcr.io/robbert229/jaeger-postgresql:${{ github.event_name }} .
29
- - run: docker push ghcr.io/robbert229/jaeger-postgresql:${{ github.event_name }}
+ - run: docker build -t ghcr.io/robbert229/jaeger-postgresql:${{ github.ref_name }} .
+ - run: docker push ghcr.io/robbert229/jaeger-postgresql:${{ github.ref_name }}
0 commit comments