Browse Source

switch: docker repo

pull/32/head
Dikshant Adhikari 3 years ago
committed by GitHub
parent
commit
47e6ff083b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish.yml

4
.github/workflows/publish.yml

@ -23,14 +23,14 @@ jobs:
id: docker-metadata
uses: docker/metadata-action@v3
with:
images: jordanpotter/wireguard
images: dikshantad/wireguard
tags: |
type=semver,pattern={{version}}
- name: Log into Docker Hub
uses: docker/login-action@v1
with:
username: jordanpotter
username: dikshant
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
- name: Build and push Docker image

Loading…
Cancel
Save