Skip to content

Commit

Permalink
try new workflow config #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten König committed Jul 23, 2024
1 parent 6313933 commit 1949f5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: login to ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: cars10
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 1949f5b

Please sign in to comment.