mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
fix: remove loading
This commit is contained in:
parent
1fd1b48ccb
commit
1020d3ad49
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker-k8s.yml
vendored
1
.github/workflows/docker-k8s.yml
vendored
|
@ -28,7 +28,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Resources/docker/app/Dockerfile
|
file: ./Resources/docker/app/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
load: true
|
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
platforms: 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 }}
|
||||||
|
|
Loading…
Reference in a new issue