I think this order makes a difference.
Some checks failed
build / build (push) Failing after 36s
test / test (push) Has been cancelled

This commit is contained in:
Seraphim R. Pardee 2024-09-20 13:42:50 -04:00
parent dfd1838850
commit 667402dc07

View File

@ -6,19 +6,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: login to container registry
uses: docker/login-action@v3
with:
registry: 10.0.0.103:3000
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: docker buildx setup
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[registry."10.0.0.103:3000"]
http = true
insecure = true
insecure = true
- name: login to container registry
uses: docker/login-action@v3
with:
registry: 10.0.0.103:3000
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: checkout code
uses: actions/checkout@v4
- name: build and push to registry