Compare commits
3 commits
5e14983186
...
b64579a4ca
Author | SHA1 | Date | |
---|---|---|---|
|
b64579a4ca | ||
|
f75f82c8d3 | ||
|
c884cd4924 |
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
|
||||
steps:
|
||||
- name: 🚀 Release new version
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
generate_release_notes: true
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: 🔓 Registry login
|
||||
if: github.event_name == 'push'
|
||||
uses: docker/login-action@v3.0.0
|
||||
uses: docker/login-action@v3.1.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/wg-easy/wg-easy:11
|
||||
FROM ghcr.io/wg-easy/wg-easy:12
|
||||
|
||||
# hadolint ignore=DL3022,DL3023
|
||||
COPY --from=mindflavor/prometheus-wireguard-exporter:3.6.6 /usr/local/bin/prometheus_wireguard_exporter /usr/local/bin/
|
||||
|
|
Loading…
Reference in a new issue