Skip to content

Commit

Permalink
feat: prepare for 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Jun 10, 2024
1 parent 9512511 commit 839a408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer.name="Matteo Pietro Dazzi" \
maintainer.email="[email protected]" \
version="1.8.0" \
version="1.8.1" \
description="OpenVPN client and socks5 server configured for SurfShark VPN"
WORKDIR /vpn
ENV SURFSHARK_USER=
Expand Down

0 comments on commit 839a408

Please sign in to comment.