Skip to content

Commit

Permalink
Update push_container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb authored Jun 27, 2024
1 parent c3d1bc6 commit f92d545
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Build and push to Docker Hub
uses: docker/build-push-action@v2
with:
push: true
push: false
platforms: linux/arm64,linux/amd64
context: .
tags: ${{ steps.meta.outputs.tags }}
tags: |
vibpsb/ksrates:latest
vibpsb/ksrates:${{ steps.meta.outputs.tags }}

0 comments on commit f92d545

Please sign in to comment.