mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-29 05:21:49 +02:00
Fix Makefile
This commit is contained in:
2
.github/workflows/release-docker.yaml
vendored
2
.github/workflows/release-docker.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Build and push docker images (make image)
|
- name: Build and push docker images (make image)
|
||||||
run: make image
|
run: make docker-image
|
||||||
env:
|
env:
|
||||||
DOCKER_USER: ${GITHUB_ACTOR}
|
DOCKER_USER: ${GITHUB_ACTOR}
|
||||||
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ else
|
|||||||
$(error "This system's OS $(LOCAL_OS) isn't recognized/supported")
|
$(error "This system's OS $(LOCAL_OS) isn't recognized/supported")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: fmt lint test build image
|
all: fmt lint test build docker-image
|
||||||
|
|
||||||
ifeq (,$(wildcard go.mod))
|
ifeq (,$(wildcard go.mod))
|
||||||
ifneq ("$(realpath $(DEST))", "$(realpath $(PWD))")
|
ifneq ("$(realpath $(DEST))", "$(realpath $(PWD))")
|
||||||
|
|||||||
Reference in New Issue
Block a user