Skip to content

Commit

Permalink
try workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima committed Jan 11, 2024
1 parent 78cc1c8 commit 6f1463d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main

- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
- uses: actions/checkout@v3

- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
Expand Down

0 comments on commit 6f1463d

Please sign in to comment.