Compare commits
No commits in common. "b64579a4ca06290c32acd9d5bb1a812996202003" and "5e14983186796cacaddb239c9314f0c57706766a" have entirely different histories.
b64579a4ca
...
5e14983186
3 changed files with 3 additions and 3 deletions
2
.github/workflows/autorelease.yml
vendored
2
.github/workflows/autorelease.yml
vendored
|
@ -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@v2
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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.1.0
|
uses: docker/login-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/wg-easy/wg-easy:12
|
FROM ghcr.io/wg-easy/wg-easy:11
|
||||||
|
|
||||||
# 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/
|
||||||
|
|
Loading…
Reference in a new issue