Skip to content

Commit

Permalink
add job dependency and update login version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 10, 2024
1 parent 54a4d7d commit 7e77677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Installing Dependencies and ParaStell
steps:
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -38,6 +38,7 @@ jobs:
tags: ghcr.io/svalinn/parstell:ci-testing

test-dependency-img:
needs: build-dependency-img
runs-on: ghcr.io/svalinn/parastell:ci-testing

name: Testing CI image
Expand Down

0 comments on commit 7e77677

Please sign in to comment.