Update docker/setup-buildx-action action to v3
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m50s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m50s
Details
This commit is contained in:
parent
1c62348f18
commit
9ec9db3d94
|
@ -32,7 +32,7 @@ jobs:
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{raw}}
|
type=semver,pattern={{raw}}
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to fai.st docker registry
|
- name: Login to fai.st docker registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue