We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14469e8 commit 4223037Copy full SHA for 4223037
.dockerignore
@@ -1 +1 @@
1
-*
+*
.github/workflows/docker-latest.yml
@@ -44,8 +44,7 @@ jobs:
44
uses: docker/build-push-action@v6
45
with:
46
context: .
47
- # platforms: linux/amd64,linux/arm64
48
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
49
push: true
50
tags: |
51
dannyben/bashly
0 commit comments