actions - fix centos test and docker image name when pushing
This commit is contained in:
parent
e309ce6fd5
commit
b448d91ca8
2
.github/workflows/build-bunkerized-nginx.yml
vendored
2
.github/workflows/build-bunkerized-nginx.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8
|
||||
push: true
|
||||
tags: bunkerized-nginx:dev
|
||||
tags: bunkerity/bunkerized-nginx:dev
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
||||
|
||||
2
.github/workflows/linux-bunkerized-nginx.yml
vendored
2
.github/workflows/linux-bunkerized-nginx.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
||||
- name: Ubuntu test
|
||||
run: ./tests/linux.sh ubuntu:focal
|
||||
- name: CentOS test
|
||||
run: ./tests/linux.sh centos.sh
|
||||
run: ./tests/linux.sh centos:7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user