Skip to content

Commit 3b8480f

Browse files
committed
v3.0.0 Release with tag 'latest'
1 parent 4f3771d commit 3b8480f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
password: ${{ secrets.DRC_GITHUB_REGISTRY }}
2323

2424
- name: Build
25-
run: OUR_IMAGE_TAG=v3.0.0 OUR_IMAGE_SHORT=t3rd make build
25+
run: OUR_IMAGE_TAG=latest OUR_IMAGE_SHORT=t3rd make build
2626

2727
- name: Push to ghcr.io
28-
run: OUR_IMAGE_TAG=v3.0.0 make push_to_ghcr
28+
run: OUR_IMAGE_TAG=latest make push_to_ghcr
2929

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ARG OUR_IMAGE_VERSION=v3.0.0
3535
# ARG OUR_IMAGE_SHORT=t3rd
3636
#
3737

38-
ARG OUR_IMAGE_TAG=v3.0.0
38+
ARG OUR_IMAGE_TAG=latest
3939
ARG OUR_IMAGE_SHORT=t3rd
4040

4141
# flag for apt-get - affects only build time

Dockerfile.build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
OUR_IMAGE_TAG=${OUR_IMAGE_TAG:-v3.0.0}
3+
OUR_IMAGE_TAG=${OUR_IMAGE_TAG:-latest}
44
OUR_IMAGE_SHORT=${OUR_IMAGE_SHORT:-t3rd}
55
EXITCODE=0
66

0 commit comments

Comments
 (0)