mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-23 20:26:50 +01:00
Remove debug commands from GitHub Actions workflow file
This commit is contained in:
parent
8f0f343203
commit
f5d1150965
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -122,13 +122,11 @@ jobs:
|
||||
- name: Save image as tar archive
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
run: |
|
||||
docker image ls # debug
|
||||
docker save ${{ env.IMAGE_TAG }}:${{ env.HASH_VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
|
||||
|
||||
- name: Save image as tar archive (pull request)
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
docker image ls # debug
|
||||
docker save tdlightbotapi:${{ env.HASH_VERSION }}-${{ env.SAFE_ARCH }} -o ${{ env.SAFE_ARCH }}.tar
|
||||
|
||||
- name: Upload image as artifact
|
||||
|
Loading…
Reference in New Issue
Block a user