remove travis remains (#3051)

This commit is contained in:
Denys Vuika
2023-03-14 17:01:56 -04:00
committed by GitHub
parent 680319596a
commit eba0f9aef8
24 changed files with 28 additions and 527 deletions

View File

@@ -37,4 +37,4 @@ runs:
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_ENV
- name: Publish image
shell: bash
run: ./scripts/travis/deploy/publish.sh "${{ inputs.domain }}" "$REPO_SLUG" "${{ inputs.username }}" "${{ inputs.password }}" "$TAG_VERSION" "${{ inputs.branch_name }}" "${{ inputs.dry-run }}"
run: ./scripts/gh/docker-publish.sh "${{ inputs.domain }}" "$REPO_SLUG" "${{ inputs.username }}" "${{ inputs.password }}" "$TAG_VERSION" "${{ inputs.branch_name }}" "${{ inputs.dry-run }}"