We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17fb0a commit 41a3bb7Copy full SHA for 41a3bb7
.github/workflows/docker-build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- runs-on: ubuntu-latest
+ runs-on: self-hosted
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
@@ -46,6 +46,5 @@ jobs:
46
context: .
47
file: ./Dockerfile
48
push: true
49
-# tags: ${{ secrets.DOCKERHUB_USERNAME }}/sgroups.k8s.netguard:${{ github.head_ref || github.ref_name }}-${{ steps.short-sha.outputs.sha }}
50
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sgroups.k8s.netguard:${{ steps.sanitize.outputs.branch }}-${{ steps.short-sha.outputs.sha }}
51
platforms: linux/amd64,linux/arm64
0 commit comments