fix: set edge tag to main

This commit is contained in:
Aarnav Tale 2024-06-02 16:52:29 -04:00
parent f82244f85a
commit dd9d6cd550
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=edge,branch=main
- name: Build and push Docker image
uses: docker/build-push-action@v5

View File

@ -30,8 +30,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=nightly
- name: Build and push Docker image
uses: docker/build-push-action@v5