Skip to content

Commit c3ecc2c

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

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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Gera atestado da imagem
7272
uses: actions/attest-build-provenance@v2
7373
with:
74-
subject-name: index.docker.io/rodsordi/api-market-place
74+
subject-name: index.docker.io/hebcodee/api-market-place
7575
subject-digest: ${{ steps.push.outputs.digest }}
7676
push-to-registry: true
7777

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ java -jar -Dspring.profiles.active=local,infra_local application/target/api-mark
8181
### Docker
8282

8383
```bash
84-
docker run -d -p 8080:8080 --name=api-market-place rodsordi/api-market-place:master
84+
docker run -d -p 8080:8080 --name=api-market-place hebcodee/api-market-place:master
8585
```
8686

8787
## ✅ Testes

0 commit comments

Comments
 (0)