Skip to content

Commit

Permalink
Remove Github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thetestgame authored Sep 25, 2024
1 parent d035457 commit 8887df2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,6 @@ jobs:
docker push thetestgame/steam:winehq-$SHORT_SHA
docker push thetestgame/steam:experimental-$SHORT_SHA
fi
# Publish our built container images to the Github Container Registry
- name: Push to Github Container Registry
run: |
# Authenticate with the Github Container Registry
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
# Tag and push the images to the Github Container Registry
docker tag thetestgame/steam:stable ghcr.io/thetestgame/steam-docker:stable
docker tag thetestgame/steam:latest ghcr.io/thetestgame/steam-docker:latest
docker tag thetestgame/steam:winehq ghcr.io/thetestgame/steam-docker:winehq
docker tag thetestgame/steam:experimental ghcr.io/thetestgame/steam-docker:experimental
docker push ghcr.io/thetestgame/steam-docker:stable
docker push ghcr.io/thetestgame/steam-docker:latest
docker push ghcr.io/thetestgame/steam-docker:winehq
docker push ghcr.io/thetestgame/steam-docker:experimental
# Keep the workflow alive
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings

Expand Down

0 comments on commit 8887df2

Please sign in to comment.