diff --git a/.github/workflows/test-1.yml b/.github/workflows/test-1.yml index 6deb74382..e2e193a96 100644 --- a/.github/workflows/test-1.yml +++ b/.github/workflows/test-1.yml @@ -42,4 +42,4 @@ jobs: with: context: . push: true - tags: latest \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} diff --git a/Dockerfile b/Dockerfile index 701e5ca4a..2560dd2c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,4 @@ COPY .github/ /.github/ # Build gradlew here so that the canary doesn't spend time building it RUN ./gradlew # Export the execute_and_retry script -RUN . .github/workflows/util/execute_and_retry.sh - -EXPOSE 3000 +RUN . .github/workflows/util/execute_and_retry.sh \ No newline at end of file