Skip to content

Commit 5e59504

Browse files
authored
Bump versions to include 1.84.1 (#41)
1 parent a3ec684 commit 5e59504

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.82.0 1.83.0 1.84.0 beta nightly stable
19+
run: ./build.sh 1.83.0 1.84.0 1.84.1 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.82.0 1.83.0 1.84.0 beta nightly stable latest
28+
run: ./push.sh 1.83.0 1.84.0 1.84.1 beta nightly stable latest

0 commit comments

Comments
 (0)