Skip to content

Commit f633933

Browse files
committed
Rewrite workflow
1 parent 3a41120 commit f633933

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/container.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
build-node:
6161
runs-on: ubuntu-latest
6262
steps:
63+
- uses: actions/checkout@v4
64+
6365
- name: Log in to registry
6466
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
6567

@@ -93,6 +95,8 @@ jobs:
9395
runs-on: ubuntu-latest
9496
needs: [build-node]
9597
steps:
98+
- uses: actions/checkout@v4
99+
96100
- name: Log in to registry
97101
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
98102

0 commit comments

Comments
 (0)