We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75ce48 commit b9c6bbcCopy full SHA for b9c6bbc
.github/workflows/docker-image.yml
@@ -30,5 +30,5 @@ jobs:
30
file: ./Dockerfile
31
push: true
32
tags: |
33
- 0xChloe/spotiplex:${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
+ 0xchloe/spotiplex:${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
34
0 commit comments