test actions
This commit is contained in:
parent
fcc97a6c1a
commit
ef490eae1b
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -27,6 +27,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||
|
Loading…
Reference in New Issue
Block a user