update github ci
Rust / test (push) Successful in 1m18s Details
Docker / build-push (push) Successful in 16m10s Details

This commit is contained in:
DataHearth 2023-06-26 17:29:21 +02:00
parent 3b0f049bde
commit 102ffc2ecc
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,8 @@ jobs:
build-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
@ -17,8 +18,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
username: DataHearth
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract Docker metadata
id: meta