1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-10-18 00:50:11 +00:00

woodpecker: fix FIXME'd docker tags

forgot to change them from the private test repo.
This commit is contained in:
Harvey Tindall 2024-07-26 12:57:43 +01:00
parent 7c8e463929
commit c75418db67
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ steps:
password: password:
from_secret: DOCKER_TOKEN from_secret: DOCKER_TOKEN
repo: docker.io/hrfee/jfa-go repo: docker.io/hrfee/jfa-go
tags: FIXME-unstable tags: unstable
registry: docker.io registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: buildrone - name: buildrone

View File

@ -11,7 +11,7 @@ steps:
password: password:
from_secret: DOCKER_TOKEN from_secret: DOCKER_TOKEN
repo: docker.io/hrfee/jfa-go repo: docker.io/hrfee/jfa-go
tags: FIXME-latest tags: latest
registry: docker.io registry: docker.io
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: buildrone - name: buildrone