mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
revert change
This commit is contained in:
parent
caa35998f2
commit
d2cff55dba
7 changed files with 18 additions and 53 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
|
@ -70,8 +70,7 @@ jobs:
|
|||
- name: Build and Push Docker Image (Multi-Arch)
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./dockflare/Dockerfile
|
||||
context: ./dockflare
|
||||
# Build for multiple architectures
|
||||
platforms: linux/amd64 #,linux/arm64 # Enable multi-architecture builds
|
||||
# Push only on direct pushes to stable or unstable branches
|
||||
|
|
@ -82,4 +81,4 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
# Consider enabling caching once it works
|
||||
# cache-from: type=gha
|
||||
# cache-to: type=gha,mode=max
|
||||
# cache-to: type=gha,mode=max
|
||||
Loading…
Add table
Add a link
Reference in a new issue