First commit
This commit is contained in:
23
.github/workflows/dev.yml
vendored
Normal file
23
.github/workflows/dev.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Docker Build for Dev Branch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
tags: website:dev
|
||||
0
.github/workflows/main.yml
vendored
Normal file
0
.github/workflows/main.yml
vendored
Normal file
Reference in New Issue
Block a user