Skip to content

Commit

Permalink
fix(github): use DOCKERHUB_UERNAME secret in docker image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
umtdg committed Jan 9, 2025
1 parent b48b58b commit a93c012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platforms: linux/amd64
push: true
file: Dockerfile
tags: umtdg/nvim
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nvim

- name: Build and push Ubuntu 20.04
uses: docker/build-push-action@v4
Expand All @@ -40,4 +40,4 @@ jobs:
platforms: linux/amd64
push: true
file: Dockerfile
tags: umtdg/nvim:20.04
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nvim:20.04

0 comments on commit a93c012

Please sign in to comment.