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 f1c7098 commit 563af2eCopy full SHA for 563af2e
.github/workflows/BUILD_AND_DEPLOY.yml
@@ -47,6 +47,7 @@ jobs:
47
username: ${{ secrets.DOCKER_HUB_USERNAME }}
48
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
49
registry: registry-1.docker.io
50
+ repository: baseflow/oxybox
51
push: ${{ github.event_name != 'pull_request' }}
52
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
53
version: ${{ steps.get_version.outputs.version }}
@@ -59,6 +60,7 @@ jobs:
59
60
61
62
63
64
65
66
tag: latest
0 commit comments