Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
b64579a4ca
Update ghcr.io/wg-easy/wg-easy Docker tag to v12 (#26) 2024-03-14 02:24:59 +08:00
renovate[bot]
f75f82c8d3
Update docker/login-action action to v3.1.0 (#27) 2024-03-14 02:24:41 +08:00
renovate[bot]
c884cd4924
Update softprops/action-gh-release action to v2 (#25) 2024-03-14 02:24:23 +08:00
3 changed files with 3 additions and 3 deletions

View file

@ -11,6 +11,6 @@ jobs:
name: Build image name: Build image
steps: steps:
- name: 🚀 Release new version - name: 🚀 Release new version
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
with: with:
generate_release_notes: true generate_release_notes: true

View file

@ -36,7 +36,7 @@ jobs:
- name: 🔓 Registry login - name: 🔓 Registry login
if: github.event_name == 'push' if: github.event_name == 'push'
uses: docker/login-action@v3.0.0 uses: docker/login-action@v3.1.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View file

@ -1,4 +1,4 @@
FROM ghcr.io/wg-easy/wg-easy:11 FROM ghcr.io/wg-easy/wg-easy:12
# hadolint ignore=DL3022,DL3023 # hadolint ignore=DL3022,DL3023
COPY --from=mindflavor/prometheus-wireguard-exporter:3.6.6 /usr/local/bin/prometheus_wireguard_exporter /usr/local/bin/ COPY --from=mindflavor/prometheus-wireguard-exporter:3.6.6 /usr/local/bin/prometheus_wireguard_exporter /usr/local/bin/