Skip to content

Commit

Permalink
fixing docker tags in push
Browse files Browse the repository at this point in the history
  • Loading branch information
cash committed Feb 4, 2022
1 parent e84727e commit 2feacf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker_mysql_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: docker/metadata-action@v3
with:
images: hltcoe/turkle
flavor: |
latest=auto
prefix=release-
suffix=-MySQL,onlatest=true
- name: Login to Docker Hub
uses: docker/login-action@v1
Expand All @@ -27,4 +31,4 @@ jobs:
with:
file: Dockerfile-MySQL
push: true
tags: ${{ steps.meta.outputs.tags }}-MySQL
tags: ${{ steps.meta.outputs.tags }}
3 changes: 3 additions & 0 deletions .github/workflows/docker_sqlite_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: docker/metadata-action@v3
with:
images: hltcoe/turkle
flavor: |
latest=auto
prefix=release-
- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 2feacf8

Please sign in to comment.