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:
parent
364cae44a6
commit
5d6921a3dc
1 changed files with 6 additions and 7 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue