Skip to content

Commit f148aa3

Browse files
shubham-cmykmattrobinsonsre
authored andcommitted
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Signed-off-by: Matt Robinson <mattrobinsonsre@gmail.com>
1 parent acc1691 commit f148aa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
env:
1010
APPLICATION_NAME: redis-operator
1111
QuayImageName: quay.io/opstree/redis-operator
12-
APP_VERSION: "v0.15.1"
13-
DOCKERFILE_PATH: '**/Dockerfile'
12+
APP_VERSION: "v0.15.2"
13+
DOCKERFILE_PATH: './Dockerfile'
1414

1515
jobs:
1616
setup:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: quay.io
3030
username: ${{ secrets.QUAY_USERNAME }}
31-
password: ${{ secrets.ACCESS_TOKEN }}
31+
password: ${{ secrets.QUAY_PASSWORD }}
3232

3333
build_multi_arch:
3434
needs: setup

0 commit comments

Comments
 (0)