Unverified Commit 3be23a89 authored by kladko's avatar kladko

Added dockerf

parent d71e5b86
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
- name: Login to docker - name: Login to docker
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p $GITHUB_TOKEN run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p ${GITHUB_TOKEN}
shell: bash shell: bash
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: submodule update - name: submodule update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment