Skip to content

Commit

Permalink
updated test image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 10, 2024
1 parent bfa3524 commit 29aa546
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
types: [opened, synchronize, reopened]

env:
RELEASE_VER : "git-test-image" #${{ github.event.release.tag_name }}
jobs:
setup-build-publish-deploy:
if: github.event_name == 'release' || (github.event_name == 'pull_request')
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
context: .
platforms: linux/arm64,linux/amd64
push: true
tags: us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:${{ github.ref_name }}
tags: us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:${{ env.RELEASE_VER }}

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand All @@ -55,7 +57,7 @@ jobs:
context: .
platforms: linux/arm64,linux/amd64
push: true
tags: robustadev/kubewatch:${{ github.ref_name }}
tags: robustadev/kubewatch:${{ env.RELEASE_VER }}

# Upload helm chart only on release, not on pull request
- name: Upload helm chart
Expand Down

0 comments on commit 29aa546

Please sign in to comment.