mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
Upd: Simplify GitHub actions.
This commit is contained in:
parent
2deedeab51
commit
bc84df98c5
2 changed files with 6 additions and 0 deletions
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
|
@ -51,6 +51,9 @@ jobs:
|
|||
- name: Run HELM chart tests
|
||||
run: ./helm/tests.sh
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
|
|
3
.github/workflows/tags.yml
vendored
3
.github/workflows/tags.yml
vendored
|
@ -50,6 +50,9 @@ jobs:
|
|||
|
||||
|
||||
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
|
Loading…
Add table
Reference in a new issue