Skip to content

Commit c3ffc77

Browse files
committed
Bump versions to include 1.79.0
1 parent e00a35d commit c3ffc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Build Docker image
19-
run: ./build.sh 1.77.1 1.77.2 1.78.0 beta nightly stable
19+
run: ./build.sh 1.77.2 1.78.0 1.79.0 beta nightly stable
2020
- name: Tag stable as latest
2121
run: docker tag "$DOCKER_REPO":stable "$DOCKER_REPO":latest
2222
- name: Login to Docker Hub
@@ -25,4 +25,4 @@ jobs:
2525
username: ${{ secrets.DOCKER_USER }}
2626
password: ${{ secrets.DOCKER_TOKEN }}
2727
- name: Push all tags
28-
run: ./push.sh 1.77.1 1.77.2 1.78.0 beta nightly stable latest
28+
run: ./push.sh 1.77.2 1.78.0 1.79.0 beta nightly stable latest

0 commit comments

Comments
 (0)