Skip to content

Commit

Permalink
ci: change docker image names
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 18, 2024
1 parent d5bad24 commit 7dc8ac6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push Docker image
run: |
docker build . -f Dockerfile.alpine -t ghcr.io/${{ github.repository }}:alpine-edge
docker build . -f Dockerfile.debian -t ghcr.io/${{ github.repository }}:debian-edge
docker push ghcr.io/${{ github.repository }}:alpine-edge
docker push ghcr.io/${{ github.repository }}:debian-edge
docker build . -f Dockerfile.alpine -t ghcr.io/${{ github.repository }}:edge-alpine
docker build . -f Dockerfile.debian -t ghcr.io/${{ github.repository }}:edge-debian
docker push ghcr.io/${{ github.repository }}:edge-alpine
docker push ghcr.io/${{ github.repository }}:edge-debian

0 comments on commit 7dc8ac6

Please sign in to comment.