We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ed419 commit 1d5713dCopy full SHA for 1d5713d
.github/workflows/gradle-build.yml
@@ -59,6 +59,6 @@ jobs:
59
context: .
60
file: ./Dockerfile
61
push: true
62
- tags: ${{ secrets.DOCKER_HUB_USERNAME }}/od-request-api:0.0.1, ${{ secrets.DOCKER_HUB_USERNAME }}/od-request-api:latest
+ tags: ${{ secrets.DOCKER_HUB_USERNAME }}/od-request-api:1.0.0, ${{ secrets.DOCKER_HUB_USERNAME }}/od-request-api:latest
63
- name: Image digest
64
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments