actions - fix centos test and docker image name when pushing

This commit is contained in:
bunkerity 2021-06-22 13:59:42 +02:00
parent e309ce6fd5
commit b448d91ca8
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ jobs:
context: . context: .
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8
push: true push: true
tags: bunkerized-nginx:dev tags: bunkerity/bunkerized-nginx:dev
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new cache-to: type=local,dest=/tmp/.buildx-cache-new

View File

@ -17,4 +17,4 @@ jobs:
- name: Ubuntu test - name: Ubuntu test
run: ./tests/linux.sh ubuntu:focal run: ./tests/linux.sh ubuntu:focal
- name: CentOS test - name: CentOS test
run: ./tests/linux.sh centos.sh run: ./tests/linux.sh centos:7