update docker.yml

This commit is contained in:
GyulyVGC
2025-05-03 13:30:10 +02:00
parent a1d3654988
commit d4d38fed03

View File

@@ -32,7 +32,7 @@ jobs:
with:
registry: ghcr.io
username: GyulyVGC
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
@@ -41,5 +41,5 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/gyulyvgc/sniffnet/sniffnet:latest
ghcr.io/gyulyvgc/sniffnet/sniffnet:${{ github.ref_name }}
ghcr.io/gyulyvgc/sniffnet:latest
ghcr.io/gyulyvgc/sniffnet:${{ github.ref_name }}