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 acc1691 commit f148aa3Copy full SHA for f148aa3
.github/workflows/release-images.yaml
@@ -9,8 +9,8 @@ on:
9
env:
10
APPLICATION_NAME: redis-operator
11
QuayImageName: quay.io/opstree/redis-operator
12
- APP_VERSION: "v0.15.1"
13
- DOCKERFILE_PATH: '**/Dockerfile'
+ APP_VERSION: "v0.15.2"
+ DOCKERFILE_PATH: './Dockerfile'
14
15
jobs:
16
setup:
@@ -28,7 +28,7 @@ jobs:
28
with:
29
registry: quay.io
30
username: ${{ secrets.QUAY_USERNAME }}
31
- password: ${{ secrets.ACCESS_TOKEN }}
+ password: ${{ secrets.QUAY_PASSWORD }}
32
33
build_multi_arch:
34
needs: setup
0 commit comments