diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d04b760..11474c6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -152,7 +152,8 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ github.repository_owner }}/${{ github.repository }} + # ${{ github.repository }} = tamada/totebag + images: ghcr.io/${{ github.repository }} tags: | type=raw,value=latest type=sha,prefix=,suffix=,format=short @@ -170,5 +171,5 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ github.repository}}:buildcache - cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:buildcache,mode=max + cache-from: type=registry,ref=ghcr.io/${{ github.repository}}:buildcache + cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:buildcache,mode=max diff --git a/Cargo.toml b/Cargo.toml index 115d7c1..2f2dfe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "totebag" -version = "0.4.4" +version = "0.4.5" description = "A tool for archiving files and directories and extracting several archive formats." repository = "https://github.com/tamada/totebag" readme = "README.md" diff --git a/Dockerfile b/Dockerfile index 4039fb1..a449f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 AS builder -ARG VERSION=0.4.4 +ARG VERSION=0.4.5 ARG TARGETPLATFORM ARG PLATFORM=${TARGETPLATFORM#linux/} @@ -12,7 +12,7 @@ RUN apk add --no-cache curl tar gzip \ FROM alpine:3.16 -ARG VERSION=0.4.4 +ARG VERSION=0.4.5 LABEL org.opencontainers.image.source https://github.com/tamada/totebag diff --git a/README.md b/README.md index 9d02c5c..b823bfd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # totebag -[![Version](https://shields.io/badge/Version-0.4.4-blue)](https://github.com/tamada/totebag/releases/tag/v0.4.4) +[![Version](https://shields.io/badge/Version-0.4.5-blue)](https://github.com/tamada/totebag/releases/tag/v0.4.5) [![MIT License](https://shields.io/badge/License-MIT-blue)](https://github.com/tamada/totebag/blob/main/LICENSE) -[![docker](https://shields.io/badge/Docker-0.4.4-blue?logo=docker)](https://github.com/tamada/totebag/pkgs/container/totebag) +[![docker](https://shields.io/badge/Docker-0.4.5-blue?logo=docker)](https://github.com/tamada/totebag/pkgs/container/totebag) [![build](https://github.com/tamada/totebag/actions/workflows/build.yaml/badge.svg)](https://github.com/tamada/totebag/actions/workflows/build.yaml) [![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/totebag)](https://rust-reportcard.xuri.me/report/github.com/tamada/totebag) @@ -56,7 +56,7 @@ brew install tamada/tap/totebag ## :whale: Docker ```sh -docker run -it --rm -v $PWD:/workdir ghcr.io/tamada/totebag:0.4.4 [OPTIONS] [ARGUMENTS]... +docker run -it --rm -v $PWD:/workdir ghcr.io/tamada/totebag:0.4.5 [OPTIONS] [ARGUMENTS]... ``` - **Working directory**: `/workdir`