Skip to content

Commit

Permalink
Disable Docker build workflows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jan 11, 2021
1 parent ea43589 commit cf7b943
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-docker-simple.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Build simple LinkAce Docker image

on:
push:
branches:
- master
tags:
- "*"
#on:
# push:
# branches:
# - master
# tags:
# - "*"
on: workflow_dispatch

jobs:
publish_to_docker_hub:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Build regular LinkAce Docker image

on:
push:
branches:
- master
tags:
- "*"
#on:
# push:
# branches:
# - master
# tags:
# - "*"
on: workflow_dispatch

jobs:
publish_to_docker_hub:
Expand Down

2 comments on commit cf7b943

@jimmybrancaccio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come Docker builds were disabled?

@Kovah
Copy link
Owner Author

@Kovah Kovah commented on cf7b943 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because ARM-based images are not working right now. Current images are still being built via Docker Hub.
More details: #175

Please sign in to comment.