Compare commits

..

No commits in common. "b64579a4ca06290c32acd9d5bb1a812996202003" and "5e14983186796cacaddb239c9314f0c57706766a" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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