Skip to content

Commit

Permalink
Merge pull request #1102 from RasaHQ/INFRA-861/update_security_patching
Browse files Browse the repository at this point in the history
Remove Datestamped Security Patch Image
  • Loading branch information
rasa-jmac committed May 8, 2024
2 parents 0e48f3c + 47f7644 commit 26f9bdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
id: build
continue-on-error: true
run: |
docker build . -t ${{env.RELEASE_REGISTRY_SDK}}/rasa-sdk:${{ matrix.supported_versions }}-${{ steps.date.outputs.date }} -t ${{env.RELEASE_REGISTRY_SDK}}/rasa-sdk:${{ matrix.supported_versions }}-latest --build-arg VERSION_NUMBER=${{ matrix.supported_versions }} -f Dockerfile.patch
docker build . -t ${{env.RELEASE_REGISTRY_SDK}}/rasa-sdk:${{ matrix.supported_versions }}-latest --build-arg VERSION_NUMBER=${{ matrix.supported_versions }} -f Dockerfile.patch
- name: Fail pushing the patch if the build is not a success
if: steps.build.outcome == 'failure'
Expand All @@ -92,7 +92,6 @@ jobs:
- name: Push image to release registry
id: push
run: |
docker push ${{env.RELEASE_REGISTRY_SDK}}/rasa-sdk:${{ matrix.supported_versions }}-${{ steps.date.outputs.date }}
docker push ${{env.RELEASE_REGISTRY_SDK}}/rasa-sdk:${{ matrix.supported_versions }}-latest
- name: Alert Slack if build fails
Expand Down

0 comments on commit 26f9bdf

Please sign in to comment.