Skip to content

fix: add missing PAT documetantion (#3618) #839

fix: add missing PAT documetantion (#3618)

fix: add missing PAT documetantion (#3618) #839

name: Image snapshot release
on:
push:
branches: [ master, v2.x.x ]
jobs:
build-services:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/setup
- name: Build services
run: ./gradlew clean build -x test
- uses: ./.github/actions/teardown
publish-images:
needs:
- build-services
uses: zowe/api-layer/.github/workflows/[email protected]
with:
forceNoRelease: true
secrets:
registry-user: ${{ secrets.ARTIFACTORY_X_USERNAME }}
registry-password: ${{ secrets.ARTIFACTORY_X_PASSWORD }}
redhat-registry-user: ${{ secrets.REDHAT_DEVELOPER_USER }}
redhat-registry-password: ${{ secrets.REDHAT_DEVELOPER_PASSWORD }}
zlinux-host: ${{ secrets.ZLINUX_HOST }}
zlinux-ssh-user: ${{ secrets.ZLINUX_SSH_USER }}
zlinux-ssh-key: ${{ secrets.ZLINUX_SSH_KEY }}
zlinux-ssh-passphrase: ${{ secrets.ZLINUX_SSH_PASSPHRASE }}