Skip to content

Commit

Permalink
update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 12, 2024
1 parent af2bc66 commit 9140ca3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
file: Dockerfile.alpine
push: true # Will only build if this is not here
# TODO: .latest & ghcr.io/${{ github.repository }}:${{ github.ref }}
tags: |
ghcr.io/${{ github.repository }}:edge
- name: Build and push Docker image
run: |
docker build . -f Dockerfile.alpine -t ghcr.io/${{ github.repository }}:edge
docker push ghcr.io/${{ github.repository }}:edge

0 comments on commit 9140ca3

Please sign in to comment.