Skip to content

Commit 73282d1

Browse files
committed
Revert "Fix casing in Docker image tags"
This reverts commit 76ce438.
1 parent 23831db commit 73282d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
file: Dockerfile
3030
push: true
3131
tags: |
32-
juanjeOeg/somef:latest
33-
juanjeOeg/somef:${{ github.event.release.tag_name || 'test' }}
32+
juanjeoeg/somef:latest
33+
juanjeoeg/somef:${{ github.event.release.tag_name || 'test' }}

0 commit comments

Comments
 (0)