Skip to content

Commit 9ab8dd9

Browse files
committed
Remove legacy docker image
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent ab9b1d4 commit 9ab8dd9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ jobs:
4646
mvn -B versions:set -DnewVersion=${{ env.VERSION }}
4747
mvn -B clean install -DskipTests=true
4848
49-
- name: Build Docker image
50-
working-directory: flink-dockerfile-example
51-
run: |
52-
DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl${{ matrix.SQRL_VERSION }}
53-
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} --build-arg GITHUB_ACTOR=${{ github.actor }} --build-arg GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} -t $DOCKER_TAG .
54-
55-
- name: Push Docker image
56-
if: github.event_name == 'release' && github.event.action == 'created'
57-
run: |
58-
DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl${{ matrix.SQRL_VERSION }}
59-
docker push $DOCKER_TAG
60-
6149
- name: Upload to GitHub Release
6250
if: github.event_name == 'release' && github.event.action == 'created'
6351
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)