Skip to content

Commit b8186d0

Browse files
committed
Fix typo in Docker image name
1 parent ffbd934 commit b8186d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Continuous Integration
22
env:
3-
DOCKER_IMAGE: wyrihaximusnet/kubernetes-redis-db-asignment-operator
3+
DOCKER_IMAGE: wyrihaximusnet/kubernetes-redis-db-assignment-operator
44
DOCKER_BUILDKIT: 1
55
on:
66
push:

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Create Release & And push Docker image
22

33
env:
4-
DOCKER_IMAGE: wyrihaximusnet/kubernetes-redis-db-asignment-operator
4+
DOCKER_IMAGE: wyrihaximusnet/kubernetes-redis-db-assignment-operator
55
DOCKER_BUILDKIT: 1
66
MILESTONE: ${{ github.event.milestone.title }}
77
on:

0 commit comments

Comments
 (0)