Skip to content

Commit

Permalink
trying another workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haas committed Mar 10, 2024
1 parent f39b830 commit a5bc41b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ jobs:
name: Checkout
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
name: Login to GHCR.io
uses: docker/login-action@v3
with:
registry: https://ghcr.io
Expand Down

0 comments on commit a5bc41b

Please sign in to comment.