Skip to content

Commit

Permalink
Fix redist docker tag name
Browse files Browse the repository at this point in the history
**What**
- Use the generic tag name to match with the copy_binaries
Signed-off-by: Lucas Roesler <[email protected]>
  • Loading branch information
LucasRoesler committed Nov 22, 2020
1 parent cd34ffe commit 82ca122
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Get the tag
id: get_tag
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
-
name: Docker meta
id: meta
Expand Down Expand Up @@ -61,10 +58,10 @@ jobs:
GIT_COMMIT=${{ github.sha }}
load: true
push: false
tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/openfaas/certifier:latest
-
name: Copy binaries to host
run: ./ci/copy_redist.sh ${{ steps.get_tag.outputs.tag }}
run: ./ci/copy_redist.sh
-
name: Create SHA of binaries
run: ./ci/hashgen.sh
Expand Down

0 comments on commit 82ca122

Please sign in to comment.