Skip to content

Commit 41a3bb7

Browse files
committed
wip
1 parent c17fb0a commit 41a3bb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
@@ -46,6 +46,5 @@ jobs:
4646
context: .
4747
file: ./Dockerfile
4848
push: true
49-
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/sgroups.k8s.netguard:${{ github.head_ref || github.ref_name }}-${{ steps.short-sha.outputs.sha }}
5049
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sgroups.k8s.netguard:${{ steps.sanitize.outputs.branch }}-${{ steps.short-sha.outputs.sha }}
5150
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)