Update oci.yml

This commit is contained in:
Mustafa Gezen 2020-12-17 13:08:19 +01:00 committed by GitHub
parent 12fab6e7cc
commit 0a7c207dea
1 changed files with 1 additions and 1 deletions

View File

@ -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