Skip to content

Commit

Permalink
Use new semver tags
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Aug 31, 2021
1 parent c1f6731 commit 14dc12d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}},value=${{ matrix.version }}
type=semver,pattern={{raw}},value=${{ steps.latest_tag.outputs.new_v_major }}
type=sha
-
name: Set up QEMU
Expand Down
Empty file removed base/empty
Empty file.
2 changes: 1 addition & 1 deletion jupyter-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

# args - software versions
# renovate: datasource=docker depName=golang versioning=docker
ARG GO_VERSION=1.16.5
ARG GO_VERSION=1.17
# renovate: datasource=github-tags depName=gopherdata/gophernotes versioning=semver
ARG GOPHERNOTES_VERSION=v0.7.3

Expand Down

0 comments on commit 14dc12d

Please sign in to comment.