Skip to content

Commit

Permalink
Also build :latest Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Oct 16, 2023
1 parent 09be5be commit 7841c74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/docker_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

docker-latest:
uses: ./.github/workflows/docker_build.yml
with:
tag: latest
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion modules/ref/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.4
v1.14.4-develop1

0 comments on commit 7841c74

Please sign in to comment.