Skip to content

Commit 7005458

Browse files
committed
introduce versioning
1 parent b70065e commit 7005458

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-updated.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release Updated
33
on:
44
push:
55
branches:
6-
- lyd/dockerfileUpdates
7-
6+
- lyd/starlightLatest
87
jobs:
98
# define job to build and publish docker image
109
build-and-push:
@@ -40,7 +39,9 @@ jobs:
4039
- name: Docker push version
4140
run: |
4241
docker build --no-cache --build-arg GPR_TOKEN=$GPR_TOKEN -t ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 .
42+
docker tag ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 ghcr.io/eyblockchain/zokrates-worker-updated:latest
4343
docker push ghcr.io/eyblockchain/zokrates-worker-updated:v0.4
44+
docker push ghcr.io/eyblockchain/zokrates-worker-updated:latest
4445
env:
4546
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647
# - name: Set up Docker Buildx

0 commit comments

Comments
 (0)