1
0
mirror of https://github.com/pravets/oscript-images.git synced 2025-11-25 22:32:37 +02:00

chore: рефакторинг actions

This commit is contained in:
Iosif Pravets
2025-07-23 10:41:27 +00:00
committed by GitHub
parent f4899ba18b
commit 2b6d2bd794

View File

@@ -9,6 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_REGISTRY_URL: ${{ secrets.DOCKER_REGISTRY_URL }}
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
@@ -19,11 +20,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set environment variables
run: |
echo "DOCKER_REGISTRY_URL=${{ secrets.DOCKER_REGISTRY_URL }}" >> "$GITHUB_ENV"
echo "DOCKER_LOGIN=${{ secrets.DOCKER_LOGIN }}" >> "$GITHUB_ENV"
- name: Build and Push Docker image
run: |
echo "Собираем yard"