Skip to content

Commit

Permalink
v3.0.0 Release with tag 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Jun 13, 2023
1 parent 4f3771d commit 3b8480f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
password: ${{ secrets.DRC_GITHUB_REGISTRY }}

- name: Build
run: OUR_IMAGE_TAG=v3.0.0 OUR_IMAGE_SHORT=t3rd make build
run: OUR_IMAGE_TAG=latest OUR_IMAGE_SHORT=t3rd make build

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

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ARG OUR_IMAGE_VERSION=v3.0.0
# ARG OUR_IMAGE_SHORT=t3rd
#

ARG OUR_IMAGE_TAG=v3.0.0
ARG OUR_IMAGE_TAG=latest
ARG OUR_IMAGE_SHORT=t3rd

# flag for apt-get - affects only build time
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

OUR_IMAGE_TAG=${OUR_IMAGE_TAG:-v3.0.0}
OUR_IMAGE_TAG=${OUR_IMAGE_TAG:-latest}
OUR_IMAGE_SHORT=${OUR_IMAGE_SHORT:-t3rd}
EXITCODE=0

Expand Down

0 comments on commit 3b8480f

Please sign in to comment.