Update docker image tags
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 44s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 36s
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 44s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 36s
This commit is contained in:
parent
82f8894897
commit
12717687d3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image-rootless.yml
vendored
2
.github/workflows/docker-image-rootless.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
file: Dockerfile-rootless
|
||||
tags: mohamnag/nginx-file-browser:latest-rootless
|
||||
tags: aroyart/iso-share:latest:latest-rootless
|
||||
|
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: mohamnag/nginx-file-browser:latest
|
||||
tags: aroyart/iso-share:latest
|
||||
|
|
Loading…
Reference in a new issue