Skip to content

Commit ff9c5ea

Browse files
committed
fix: ensure workflow
1 parent e9f35e9 commit ff9c5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: meta
5757
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
5858
with:
59-
images: rodsordi/api-market-place
59+
images: hebcodee/api-market-place
6060

6161
- name: Constroi e envia imagem Docker
6262
id: push

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
network_mode: host
2929

3030
api-market-place:
31-
image: rodsordi/api-market-place:master
31+
image: hebcodee/api-market-place:main
3232
ports:
3333
- "8080:8080"
3434
depends_on:

0 commit comments

Comments
 (0)