Skip to content

Commit 994ad7d

Browse files
authored
Merge pull request #7 from WyriHaximusNet/fix-typo-in-docker-image-name
Fix typo in Docker image name
2 parents ffbd934 + b8186d0 commit 994ad7d

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)