fix formatting

This commit is contained in:
taylorbourne
2021-04-22 15:32:47 -07:00
committed by GitHub
parent 5e989c5722
commit ec8f62e126

View File

@@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish to Registry
pre: echo ::save-state name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: taylorbourne/xteve_lazystream
pre: echo ::save-state name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ env.STATE_RELEASE_VERSION }}"