Skip to content

Commit

Permalink
fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Dec 13, 2022
1 parent 93b050e commit 6edf814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Prepare
id: prep
run: |
DOCKER_IMAGE=ghcr.io/wordlift/openjdk-18-trafilatura-1.4.0
VERSION=latest
if [[ $GITHUB_REF == refs/t`ags/* ]]; then
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}
fi
TAGS="${DOCKER_IMAGE}:${VERSION}"
Expand Down

0 comments on commit 6edf814

Please sign in to comment.