Skip to content

Commit 60802d7

Browse files
committed
fix: work branch for docker publishment
1 parent 00c48f5 commit 60802d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create and publish a Docker image
22

33
on:
44
push:
5-
branches: [ jda ]
5+
branches: [ main ]
66

77
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
88
env:

0 commit comments

Comments
 (0)