Skip to content

Commit

Permalink
fix: just fix it, be fancy later
Browse files Browse the repository at this point in the history
  • Loading branch information
robertshuford committed Feb 29, 2024
1 parent bf5a339 commit cc80167
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +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
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./apps/coordinator/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: caravanbitcoin/caravan:latest

0 comments on commit cc80167

Please sign in to comment.