Skip to content

Commit 563af2e

Browse files
author
Thomas Luijken
committed
Added baseflow to the docker repository name
1 parent f1c7098 commit 563af2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4848
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
4949
registry: registry-1.docker.io
50+
repository: baseflow/oxybox
5051
push: ${{ github.event_name != 'pull_request' }}
5152
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
5253
version: ${{ steps.get_version.outputs.version }}
@@ -59,6 +60,7 @@ jobs:
5960
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
6061
registry: registry-1.docker.io
6162
push: ${{ github.event_name != 'pull_request' }}
63+
repository: baseflow/oxybox
6264
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
6365
version: ${{ steps.get_version.outputs.version }}
6466
tag: latest

0 commit comments

Comments
 (0)