Skip to content

Commit

Permalink
someday this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 28, 2024
1 parent f3daa75 commit 3c26c33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
packages: write

jobs:
dockerLogin:
release:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
Expand All @@ -19,9 +19,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3c26c33

Please sign in to comment.