Skip to content

Commit

Permalink
Try without specifying tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Aug 1, 2024
1 parent 4ec7e38 commit 5a79a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

publish:
runs-on: ubuntu-20.04
needs: test
# needs: test
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand All @@ -19,8 +19,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
# tags: |
# type=raw,value=latest,enable={{is_default_branch}}
- run: echo ${{ steps.meta.outputs.tags }}
- run: echo ${{ steps.meta.outputs.labels }}
# - name: Build and push Docker image
Expand Down

0 comments on commit 5a79a20

Please sign in to comment.