From 8ed06378d80ae2ba58fd1ed7429df2ef21143364 Mon Sep 17 00:00:00 2001 From: Ardian Date: Wed, 21 Apr 2021 13:48:45 +0200 Subject: [PATCH] Use username variable --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ca451a0..fcedcff 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -20,4 +20,4 @@ jobs: with: context: . push: true - tags: ardd97/nebula:latest \ No newline at end of file + tags: ${{ secrets.DOCKERHUB_USERNAME }}/nebula:latest \ No newline at end of file