Skip to content

Commit

Permalink
fix: fix container tags (#32)
Browse files Browse the repository at this point in the history
* fix: fix container tags

* fix: just fix it, be fancy later
  • Loading branch information
robertshuford authored Feb 29, 2024
1 parent 58aa822 commit f6d47fe
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: caravanbitcoin/caravan

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./apps/coordinator/Dockerfile
push: true
tags: |
type=raw,value=latest,enable={{is_default_branch}}
${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: caravanbitcoin/caravan:latest

0 comments on commit f6d47fe

Please sign in to comment.