mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
chore: add all variants
This commit is contained in:
parent
417cc53a9a
commit
b584008ec0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-k8s.yml
vendored
2
.github/workflows/docker-k8s.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
file: ./Resources/docker/app/Dockerfile
|
file: ./Resources/docker/app/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
platforms: local
|
platforms: local,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||||
tags: pokeapi/pokeapi:local
|
tags: pokeapi/pokeapi:local
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
|
Loading…
Reference in a new issue