Skip to content

Commit

Permalink
build: no need to login for releases [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeckett committed Sep 4, 2024
1 parent 89d008f commit 8d168ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: earthly/actions-setup@v1
with:
version: v0.8.14
Expand Down

0 comments on commit 8d168ad

Please sign in to comment.