Перенастроил анализатор докер контейнеров
Some checks failed
Lint / Run linters (push) Successful in 35s
Create and publish a Docker image / Publish image (push) Failing after 14s
Create and publish a Docker image / Deploy image (push) Has been skipped

This commit is contained in:
2024-06-21 09:26:56 +03:00
parent 42d485ec5e
commit fae050da1c
2 changed files with 30 additions and 1 deletions

View File

@ -16,7 +16,13 @@ jobs:
contents: read
packages: write
steps:
steps:
- name: printenv
run: |
printenv
- name: printenv
run: |
echo ${{ secrets.SERVER_DOMAIN }}
- name: Checkout repository
uses: actions/checkout@v3
- name: Extract metadata (tags, labels) for Docker
@ -46,6 +52,7 @@ jobs:
- name: Push
run: |
docker push '${{ env.DOCKER_METADATA_OUTPUT_TAGS }}'
deploy:
needs: build-and-push-image
runs-on: ubuntu-latest