Skip to content

Commit

Permalink
Set actual image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Dec 18, 2020
1 parent 9861fe3 commit 1757137
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Publish multi-arch Docker Image
on:
release:
types: [published]
pull_request: # temporary for testing

jobs:
build:
Expand Down Expand Up @@ -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 }}

0 comments on commit 1757137

Please sign in to comment.