Skip to content

Commit

Permalink
push image (#691)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
  • Loading branch information
shubham-cmyk authored Nov 8, 2023
1 parent 1fd09c4 commit d0ce066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
env:
APPLICATION_NAME: redis-operator
QuayImageName: quay.io/opstree/redis-operator
APP_VERSION: "v0.15.1"
DOCKERFILE_PATH: '**/Dockerfile'
APP_VERSION: "v0.15.2"
DOCKERFILE_PATH: './Dockerfile'

jobs:
setup:
Expand All @@ -28,7 +28,7 @@ jobs:
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.ACCESS_TOKEN }}
password: ${{ secrets.QUAY_PASSWORD }}

build_multi_arch:
needs: setup
Expand Down

0 comments on commit d0ce066

Please sign in to comment.