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 8781ff0 commit 0f5cd44Copy full SHA for 0f5cd44
.github/workflows/stable.yml
@@ -173,6 +173,7 @@ jobs:
173
174
- name: Login to Docker Hub
175
uses: docker/login-action@v3
176
+ if: false
177
with:
178
username: clux
179
password: ${{ secrets.DOCKERHUB_TOKEN }}
Dockerfile.arm64
@@ -1,3 +1,4 @@
1
+# syntax=docker/dockerfile:1
2
FROM ubuntu:jammy
3
LABEL maintainer="Eirik Albrigtsen <sszynrae@gmail.com>"
4
0 commit comments