Skip to content

Commit

Permalink
Test CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Jun 19, 2024
1 parent 74e9f0f commit 49c5ffd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker-env-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Process tag name
id: name_postprocess
run: |
PRIVATE_PLATFORM_LIST=${{ env.PRIVATE_PLATFORMS }}
PUBLIC_REGISTRY=${{ env.PUBLIC_REGISTRY }}
PRIVATE_REGISTRY=${{ env.PRIVATE_REGISTRY }}
PRIVATE_PLATFORM_LIST="${{ env.PRIVATE_PLATFORMS }}"
PUBLIC_REGISTRY="${{ env.PUBLIC_REGISTRY }}"
PRIVATE_REGISTRY="${{ env.PRIVATE_REGISTRY }}"
SHORT_SHA="$(echo ${GITHUB_SHA} | cut -c1-8)"
TAG_NAME=${{ github.ref_name }}
Expand Down Expand Up @@ -83,11 +83,11 @@ jobs:
${{ steps.name_postprocess.outputs.target_registry }}/extender-${{ steps.name_postprocess.outputs.image_name }}-env:${{ steps.name_postprocess.outputs.short_sha }}
${{ steps.name_postprocess.outputs.target_registry }}/extender-${{ steps.name_postprocess.outputs.image_name }}-env:latest
- name: Notify if tests failed
uses: homoluctus/slatify@master
if: failure()
with:
type: ${{ job.status }}
job_name: 'Extender: Docker environment container'
channel: '#defold-alarms-build'
url: ${{ secrets.SLACK_WEBHOOK }}
# - name: Notify if tests failed
# uses: homoluctus/slatify@master
# if: failure()
# with:
# type: ${{ job.status }}
# job_name: 'Extender: Docker environment container'
# channel: '#defold-alarms-build'
# url: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 49c5ffd

Please sign in to comment.