Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgfritch committed Dec 4, 2024
1 parent b7a919e commit b19f843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
echo "$(make -s log | grep ARCH)" >> "$GITHUB_ENV"
echo "$(make -s log | grep REGISTRY_IMAGE)" >> "$GITHUB_ENV"
- name: Print ENV values
id: print_Envs
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ TAG := v3.29.1$(BUILD_META)
endif

REPO ?= rancher
REGISTRY_IMAGE ?= $(REPO)/hardened-calico
IMAGE ?= $(REGISTRY_IMAGE):$(TAG)
REGISTRY_IMAGE = $(REPO)/hardened-calico
IMAGE = $(REGISTRY_IMAGE):$(TAG)

LABEL_ARGS = $(foreach label,$(META_LABELS),--label $(label))

Expand Down

0 comments on commit b19f843

Please sign in to comment.