Skip to content

Commit

Permalink
Merge pull request #14 from yuvipanda/version
Browse files Browse the repository at this point in the history
Put z2jh version tag in image tag
yuvipanda authored Feb 3, 2024
2 parents 57147ff + dda54d1 commit 0de9802
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@ jobs:

- name: Figure out docker image tag
id: taggen
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: |
quay.io/yuvipanda/z2jh-hub-with-fancy-profiles
tags: |
type=sha
prefix=z2jh-v3.2.1-fancy-profiles-sha-,type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# When you upgrade this version, update the tag in `.github/workflows/docker-build.yaml`
# as well.
ARG Z2JH_VERSION=3.2.1

# We need node to build the package, but not to run it

0 comments on commit 0de9802

Please sign in to comment.