You've already forked oscript-images
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:
6
.github/workflows/build-yard.yml
vendored
6
.github/workflows/build-yard.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user