diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index 03c6917..345d1a7 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -3,7 +3,6 @@ name: Publish multi-arch Docker Image on: release: types: [published] - pull_request: # temporary for testing jobs: build: @@ -32,5 +31,5 @@ jobs: platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: | - testcontainersbuild/temp-test:latest -# testcontainersbuild/temp-test:${{ github.event.ref }} + testcontainers/ryuk:latest + testcontainers/ryuk:${{ github.event.ref }}