diff --git a/.github/workflows/test-1.yml b/.github/workflows/test-1.yml index f573320b2..e39f2ce48 100644 --- a/.github/workflows/test-1.yml +++ b/.github/workflows/test-1.yml @@ -28,4 +28,5 @@ jobs: uses: docker/build-push-action@v5 with: context: . - push: true \ No newline at end of file + push: true + tags: latest