From 0a7c207dea45697b52e345d46ce817cb629599b8 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Thu, 17 Dec 2020 13:08:19 +0100 Subject: [PATCH] Update oci.yml --- .github/workflows/oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 4d4d0e3..16a9b52 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Login to Docker Hub - run: docker login --username mstg --pasword ${{secrets.DOCKER_SECRET}} + run: docker login --username mstg --password ${{secrets.DOCKER_SECRET}} - name: Get the version run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/} - name: Build the Docker image