mirror of
https://github.com/ilteoood/docker-surfshark.git
synced 2025-12-21 13:23:02 +01:00
feat: prepare for 1.8.1
This commit is contained in:
2
.github/workflows/build_only.yml
vendored
2
.github/workflows/build_only.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Build image
|
||||
uses: ilteoood/docker_buildx@master
|
||||
with:
|
||||
tag: latest,1.8.0
|
||||
tag: latest,1.8.1
|
||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
|
||||
imageName: ilteoood/docker-surfshark
|
||||
- name: Scan image
|
||||
|
||||
2
.github/workflows/build_publish.yml
vendored
2
.github/workflows/build_publish.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Build and publish image
|
||||
uses: ilteoood/docker_buildx@master
|
||||
with:
|
||||
tag: latest,1.8.0
|
||||
tag: latest,1.8.1
|
||||
imageName: ilteoood/docker-surfshark
|
||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
|
||||
publish: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer.name="Matteo Pietro Dazzi" \
|
||||
maintainer.email="matteopietro.dazzi@gmail.com" \
|
||||
version="1.8.0" \
|
||||
version="1.8.1" \
|
||||
description="OpenVPN client and socks5 server configured for SurfShark VPN"
|
||||
WORKDIR /vpn
|
||||
ENV SURFSHARK_USER=
|
||||
|
||||
Reference in New Issue
Block a user