0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-24 12:59:24 -05:00

fix(github-actions): reintroduce actions specific to atmoz

This commit is contained in:
Kalioz 2020-12-06 20:57:57 +01:00
parent 364cae44a6
commit 5d6921a3dc

View file

@ -11,7 +11,7 @@ on:
pull_request:
env:
IMAGE_NAME: kalioz/sftp # TODO change if this is ever merged back to atmoz
IMAGE_NAME: atmoz/sftp
jobs:
build:
@ -106,12 +106,11 @@ jobs:
- name: Test alpine image
run: tests/run $IMAGE_NAME:alpine
# TODO set it back to on as it is working only on "atmoz" rempo
# - name: Verify signature
# if: github.ref == 'refs/heads/master'
# uses: atmoz/git-verify-ref@master
# with:
# import-github-users: atmoz
- name: Verify signature
if: github.ref == 'refs/heads/master'
uses: atmoz/git-verify-ref@master
with:
import-github-users: atmoz
# Build & push docker image multi-platform
# note: the linux/amd64 image is not rebuilt, the cache is still present from the previous steps.