We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70065e commit 7005458Copy full SHA for 7005458
.github/workflows/release-updated.yml
@@ -3,8 +3,7 @@ name: Release Updated
3
on:
4
push:
5
branches:
6
- - lyd/dockerfileUpdates
7
-
+ - lyd/starlightLatest
8
jobs:
9
# define job to build and publish docker image
10
build-and-push:
@@ -40,7 +39,9 @@ jobs:
40
39
- name: Docker push version
41
run: |
42
docker build --no-cache --build-arg GPR_TOKEN=$GPR_TOKEN -t ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 .
+ docker tag ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 ghcr.io/eyblockchain/zokrates-worker-updated:latest
43
docker push ghcr.io/eyblockchain/zokrates-worker-updated:v0.4
44
+ docker push ghcr.io/eyblockchain/zokrates-worker-updated:latest
45
env:
46
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
# - name: Set up Docker Buildx
0 commit comments