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 898c7df commit 828348c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ jobs:
docker push thetestgame/satisfactory:latest
docker push thetestgame/satisfactory:experimental
# Publish our built container images to the Github Container Registry
- name: Publish 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/satisfactory:stable ghcr.io/thetestgame/satisfactory:stable
docker tag thetestgame/satisfactory:latest ghcr.io/thetestgame/satisfactory:latest
docker tag thetestgame/satisfactory:experimental ghcr.io/thetestgame/satisfactory:experimental
docker push ghcr.io/thetestgame/satisfactory:stable
docker push ghcr.io/thetestgame/satisfactory:latest
docker push ghcr.io/thetestgame/satisfactory:experimental
# Keep the workflow alive
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings

Expand All @@ -69,4 +54,4 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: thetestgame/satisfactory
repository: thetestgame/satisfactory

0 comments on commit 828348c

Please sign in to comment.