We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fb6cfb + 66d08db commit 1b80e61Copy full SHA for 1b80e61
1 file changed
.github/workflows/docker-publish.yml
@@ -23,4 +23,6 @@ jobs:
23
uses: docker/build-push-action@v5
24
with:
25
push: true
26
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/openapi-tools:${{ github.ref_name }}
+ tags: |
27
+ ${{ secrets.DOCKERHUB_USERNAME }}/openapi-tools:${{ github.ref_name }}
28
+ ${{ secrets.DOCKERHUB_USERNAME }}/openapi-tools:latest
0 commit comments