Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek authored Jun 26, 2023
1 parent b83532d commit 1ac1fa2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,18 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

<<<<<<< HEAD
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
=======
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> aba9ea0 (adjust Dockerfile & add Dependabot & CI)

- name: Docker metadata action
id: meta
uses: docker/metadata-action@v4
with:
images: |
<<<<<<< HEAD
monotek/cvdupdate
=======
ghcr.io/${{ github.repository_owner }}/cvdupdate
>>>>>>> aba9ea0 (adjust Dockerfile & add Dependabot & CI)
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=ref,event=branch
Expand Down

0 comments on commit 1ac1fa2

Please sign in to comment.