Skip to content

Commit

Permalink
support paper tags
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma authored Dec 10, 2021
1 parent 1310525 commit accdf50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: master
tags:
- "v*.*.*"
- "paper**"

jobs:
multi:
Expand All @@ -18,7 +19,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo ::set-output name=tag::$(echo ${GITHUB_REF#refs/*/} | sed -e 's?/?-?g')
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand Down

0 comments on commit accdf50

Please sign in to comment.