diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index a15af78..df24892 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Publish Docker image +name: Publish base Docker image on: push: @@ -134,4 +134,4 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le,linux/s390x,linux/386 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta2.outputs.tags }} - labels: ${{ steps.meta2.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta2.outputs.labels }}