mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-14 22:46:45 +00:00
Added package for centos workflow
This commit is contained in:
parent
ad7f916ca5
commit
c424f0c02d
2
.github/workflows/package_centos.yml
vendored
2
.github/workflows/package_centos.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
mkdir -p artifacts/rpms
|
||||
- name: Create HIRS packages
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_PWD }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
|
||||
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
|
||||
docker run --rm \
|
||||
-v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash \
|
||||
-c 'pushd /HIRS; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user