Dikshant Adhikari
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/publish.yml
|
@ -23,14 +23,14 @@ jobs: |
|
|
id: docker-metadata |
|
|
id: docker-metadata |
|
|
uses: docker/metadata-action@v3 |
|
|
uses: docker/metadata-action@v3 |
|
|
with: |
|
|
with: |
|
|
images: jordanpotter/wireguard |
|
|
images: dikshantad/wireguard |
|
|
tags: | |
|
|
tags: | |
|
|
type=semver,pattern={{version}} |
|
|
type=semver,pattern={{version}} |
|
|
|
|
|
|
|
|
- name: Log into Docker Hub |
|
|
- name: Log into Docker Hub |
|
|
uses: docker/login-action@v1 |
|
|
uses: docker/login-action@v1 |
|
|
with: |
|
|
with: |
|
|
username: jordanpotter |
|
|
username: dikshant |
|
|
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} |
|
|
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} |
|
|
|
|
|
|
|
|
- name: Build and push Docker image |
|
|
- name: Build and push Docker image |
|
|