Skip to content

Commit

Permalink
just for check
Browse files Browse the repository at this point in the history
  • Loading branch information
AvielSegev committed Feb 5, 2025
1 parent f79df10 commit 81f22c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
env:
REGISTRY: quay.io
# Set tag to the last commit sha on main branch, otherwise tag will be the branch name
REGISTRY_TAG: ${{ (github.head_ref||github.ref_name)=='main' && github.sha || (github.head_ref||github.ref_name) }}
# REGISTRY_TAG: ${{ (github.head_ref||github.ref_name)=='main' && github.sha || (github.head_ref||github.ref_name) }}
REGISTRY_TAG: ${{ github.sha || (github.head_ref||github.ref_name) }}
REGISTRY_ORG: kubev2v
steps:
- name: Checkout forklift
Expand Down

0 comments on commit 81f22c4

Please sign in to comment.