Skip to content

Commit

Permalink
ci: update nightly github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jul 30, 2024
1 parent 4e6dd68 commit fecb9da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}
tags: |
type=ref,event=branch
type=raw,value=nightly
- name: Build and push Docker images to DockerHub
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -178,6 +181,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
type=raw,value=nightly
- name: Build and push Docker images to ghci
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit fecb9da

Please sign in to comment.