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 933e035 commit 98fc925Copy full SHA for 98fc925
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
id: push-to-dockerhub-preview
49
uses: redhat-actions/push-to-registry@v2
50
with:
51
- image: ${{ steps.build-image.outputs.image }}
+ image: cloudtooling/dbup-cli:${{env.APP_VERSION}}_rc
52
tags: 'next ${{env.APP_VERSION}}_rc'
53
registry: registry.hub.docker.com
54
username: ${{ vars.DOCKER_HUB_USER}}
0 commit comments