Skip to content

Commit

Permalink
Тестовая сборка образа oscript
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Sep 28, 2024
1 parent 9bf0c5c commit f453c21
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build Docker Images

on:
push:
branches: [ feature/first-bit]
pull_request:
branches: [ feature/first-bit]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker images
run: |
docker build -t oscript:latest oscript

0 comments on commit f453c21

Please sign in to comment.