Compare commits
1 commit
6225344df9
...
f4062b99d2
| Author | SHA1 | Date | |
|---|---|---|---|
| f4062b99d2 |
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- run: apt update && apt install -y docker
|
||||
- run: apt install -y docker
|
||||
- name: Login to Forgejo Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- run: apt update && apt install -y docker
|
||||
- run: apt install -y docker
|
||||
- name: Login to Forgejo Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue