Skip to content

Commit

Permalink
feat: also publish py2-ubuntu-22_04 to harbor
Browse files Browse the repository at this point in the history
DEVOPS-138
  • Loading branch information
remdub committed Jul 12, 2024
1 parent 9dc8cc8 commit 292df40
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ jobs:
platforms: linux/amd64
pull: true
push: true
py2-ubuntu-22_04_harbor:
runs-on: self-hosted
steps:
- name: Build push and notify
uses: IMIO/gha/[email protected]
env:
IMAGE_NAME: base
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
CONTEXT: py2/ubuntu/22.04
IMAGE_TAGS: |
${{ secrets.HARBOR_URL }}/common/${{ env.IMAGE_NAME }}:py2-ubuntu-22.04
REGISTRY_URL: ${{ secrets.HARBOR_URL }}/common
REGISTRY_USERNAME: ${{ secrets.COMMON_HARBOR_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.COMMON_HARBOR_PASSWORD }}
MATTERMOST_WEBHOOK_URL: ${{ secrets.COMMON_MATTERMOST_WEBHOOK_URL }}
py3-alpine:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 292df40

Please sign in to comment.