What's the issue Forgejo?
Some checks failed
upload / upload (push) Failing after 1s
Some checks failed
upload / upload (push) Failing after 1s
This commit is contained in:
parent
49ecddc2b3
commit
fb01ac5ff4
1 changed files with 7 additions and 7 deletions
|
@ -13,9 +13,9 @@ jobs:
|
|||
steps:
|
||||
- name: Setup system
|
||||
- run: |
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y docker
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y docker
|
||||
- name: Set up QEMU
|
||||
uses: https://code.forgejo.org/docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
|
@ -23,10 +23,10 @@ jobs:
|
|||
- name: Login to StarOpenSource Git
|
||||
uses: https://code.forgejo.org/docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: staropensource/actions-docker:latest
|
||||
push: true
|
||||
tags: staropensource/actions-docker:latest
|
||||
|
|
Loading…
Reference in a new issue