We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f35e9 commit ff9c5eaCopy full SHA for ff9c5ea
.github/workflows/build-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
id: meta
57
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
58
with:
59
- images: rodsordi/api-market-place
+ images: hebcodee/api-market-place
60
61
- name: Constroi e envia imagem Docker
62
id: push
docker-compose.yml
@@ -28,7 +28,7 @@ services:
28
network_mode: host
29
30
api-market-place:
31
- image: rodsordi/api-market-place:master
+ image: hebcodee/api-market-place:main
32
ports:
33
- "8080:8080"
34
depends_on:
0 commit comments