Skip to content

Commit a86264d

Browse files
authored
Update release.yml
1 parent fb0ef2e commit a86264d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
DOCKER_ARCH: aarch64
1212
DOCKER_CONTAINER: quarkus-ubi-multiarch-builder
13-
DOCKER_REPO: quay.io/qiotcovid19
13+
DOCKER_REPO: quay.io/qiot
1414

1515
jobs:
1616
create_and_publish_release:
@@ -47,4 +47,4 @@ jobs:
4747
tag: ${{ steps.get_version.outputs.VERSION }}
4848
registry: ${{ env.DOCKER_REPO }}
4949
username: ${{ secrets.DOCKER_USER }}
50-
password: ${{ secrets.DOCKER_TOKEN }}
50+
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)