Skip to content

Commit 3424ecb

Browse files
committed
fix: fix netcat
1 parent b624429 commit 3424ecb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ jobs:
5959
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
6060
with:
6161
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
6270
6371
# Build and push Docker image with Buildx (don't push on PR)
6472
# https://github.com/docker/build-push-action

android/35-node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get install -y \
2828
gzip \
2929
parallel \
3030
net-tools \
31-
netcat \
31+
netcat-traditional \
3232
unzip \
3333
zip \
3434
bzip2 \

0 commit comments

Comments
 (0)