Skip to content

Commit 20c4683

Browse files
markducksstefanogermano
authored andcommitted
Fixed some typos in the docker-image.yml file
1 parent 07a43f0 commit 20c4683

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Docker Image CI
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
4+
release:
5+
types: [published]
86

97
jobs:
108
push_to_registry:
@@ -24,13 +22,13 @@ jobs:
2422
id: meta
2523
uses: docker/metadata-action@v5
2624
with:
27-
images: markducks/loide:api
25+
images: loideunical/loide:api
2826
- name: Build and push
2927
uses: docker/build-push-action@v5
3028
with:
3129
context: .
3230
platforms: linux/amd64
3331
push: true
34-
tags: markducks/loide:api
32+
tags: loideunical/loide:api
3533

3634

0 commit comments

Comments
 (0)