File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Docker
22
33on :
44 release :
5- types : [published , prereleased]
5+ types : [released , prereleased]
66
77jobs :
88 docker :
1414 run : docker build -t ghcr.io/hyperledger/firefly-dataexchange-https:${GITHUB_REF##*/} .
1515
1616 - name : Tag release
17- if : github.event.action == 'published '
17+ if : github.event.action == 'released '
1818 run : docker tag ghcr.io/hyperledger/firefly-dataexchange-https:${GITHUB_REF##*/} ghcr.io/hyperledger/firefly-dataexchange-https:latest
1919
2020 - name : Push docker image
2323 docker push ghcr.io/hyperledger/firefly-dataexchange-https:${GITHUB_REF##*/}
2424
2525 - name : Push latest tag
26- if : github.event.action == 'published '
26+ if : github.event.action == 'released '
2727 run : |
2828 echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
2929 docker push ghcr.io/hyperledger/firefly-dataexchange-https:latest
You can’t perform that action at this time.
0 commit comments