mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-01-18 17:47:13 +01: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"
|
||||
|
||||
- name: Build and push docker images (make image)
|
||||
run: make image
|
||||
run: make docker-image
|
||||
env:
|
||||
DOCKER_USER: ${GITHUB_ACTOR}
|
||||
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user