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 6f1463d commit 29e6ba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ on:
jobs:
push-store-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3

- uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down

0 comments on commit 29e6ba0

Please sign in to comment.