We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b624429 commit 3424ecbCopy full SHA for 3424ecb
.github/workflows/docker-publish.yml
@@ -59,6 +59,14 @@ jobs:
59
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
60
with:
61
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
62
+ tags: |
63
+ type=schedule
64
+ type=ref,event=branch
65
+ type=ref,event=pr
66
+ type=semver,pattern={{version}}
67
+ type=semver,pattern={{major}}.{{minor}}
68
+ type=semver,pattern={{major}}
69
+ type=sha
70
71
# Build and push Docker image with Buildx (don't push on PR)
72
# https://github.com/docker/build-push-action
android/35-node/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get install -y \
28
gzip \
29
parallel \
30
net-tools \
31
- netcat \
+ netcat-traditional \
32
unzip \
33
zip \
34
bzip2 \
0 commit comments