Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Jun 29, 2024
1 parent fc00245 commit f9756dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: meta
uses: docker/build-push-action@v5
with:
images: ezralazuardy/you-api:latest
images: ezralazuardy/you-api-message:latest

- name: 🔨 Build and push Docker image
id: push
Expand All @@ -38,11 +38,11 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: docker.io/ezralazuardy/you-api:latest
tags: docker.io/ezralazuardy/you-api-message:latest

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: docker.io/ezralazuardy/you-api
subject-name: docker.io/ezralazuardy/you-api-message
subject-digest: ${{ steps.push.outputs.digest }}

0 comments on commit f9756dd

Please sign in to comment.