Skip to content

Commit

Permalink
fix: Update push-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Dec 18, 2023
1 parent 30b3b01 commit 33afbd6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,4 @@ jobs:
tags: |
felipementel/cachorro.api:latest
felipementel/cachorro.api:${{ steps.get-version.outputs.tag }}
- name: Build and push ghci
uses: docker/build-push-action@v5
with:
context: ./src/
file: ./src/DEPLOY.Cachorro.Api/Dockerfile
push: true
platforms: ${{ matrix.platforms }}
tags: |
ghcr.io/felipementel/deploy.cachorro.api:${{ steps.get-version.outputs.tag }}
labels: |
${{ steps.meta.outputs.labels }}

0 comments on commit 33afbd6

Please sign in to comment.