Skip to content

Commit

Permalink
Fix build to push with latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasweber committed Jan 4, 2024
1 parent 5109f3b commit aca5412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand All @@ -31,6 +31,8 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With this docker image, there is no need for that. You simply mount the download

```bash
cd downloader
docker run -it -v "$PWD/:/downloader" gcr.io/lukasweber/uupdump-exec
docker run -it -v "$PWD/:/downloader" ghcr.io/lukasweber/uupdump-exec
```

There you go ... :)
Expand Down

0 comments on commit aca5412

Please sign in to comment.