Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Mar 8, 2024
1 parent 414c72b commit 3742925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/containerpak/lutris:main .
run: docker image build -f Containerfile --tag ghcr.io/containerpak/lilipod:main .

- name: Push To GHCR
run: |
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }}
docker image push "ghcr.io/containerpak/lutris:main"
docker image push "ghcr.io/containerpak/lilipod:main"

0 comments on commit 3742925

Please sign in to comment.