Skip to content

Commit

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

0 comments on commit 24b148a

Please sign in to comment.