Skip to content

Commit 595f24b

Browse files
authored
Change Docker image tag to lowercase 'udtoolapi'
1 parent 84c8b3b commit 595f24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build the Docker image
18-
run: docker build . --file Dockerfile --tag UDToolAPI:$(date +%s)
18+
run: docker build . --file Dockerfile --tag udtoolapi:$(date +%s)

0 commit comments

Comments
 (0)