Skip to content

Commit 98fc925

Browse files
committed
chore: Fix docker push
1 parent 933e035 commit 98fc925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: push-to-dockerhub-preview
4949
uses: redhat-actions/push-to-registry@v2
5050
with:
51-
image: ${{ steps.build-image.outputs.image }}
51+
image: cloudtooling/dbup-cli:${{env.APP_VERSION}}_rc
5252
tags: 'next ${{env.APP_VERSION}}_rc'
5353
registry: registry.hub.docker.com
5454
username: ${{ vars.DOCKER_HUB_USER}}

0 commit comments

Comments
 (0)