diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3348068..6effa32 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -152,7 +152,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ needs.publish.outputs.tag }} + images: ghcr.io/${{ github.repository_owner }}/${{ github.repository }} tags: | type=raw,value=latest type=sha,prefix=,suffix=,format=short diff --git a/Cargo.toml b/Cargo.toml index 874afe4..314771d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "totebag" -version = "0.4.0" +version = "0.4.1" 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 edf3d2b..781426d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 AS builder -ARG VERSION=0.4.0 +ARG VERSION=0.4.1 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.0 +ARG VERSION=0.4.1 LABEL org.opencontainers.image.source https://github.com/tamada/totebag diff --git a/README.md b/README.md index e1dfc81..7759736 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # totebag -[![Version](https://shields.io/badge/Version-0.4.0-blue)](https://github.com/tamada/totebag/releases/tag/v0.4.0) +[![Version](https://shields.io/badge/Version-0.4.1-blue)](https://github.com/tamada/totebag/releases/tag/v0.4.1) [![MIT License](https://shields.io/badge/License-MIT-blue)](https://github.com/tamada/totebag/blob/main/LICENSE) [![build](https://github.com/tamada/totebag/actions/workflows/build.yaml/badge.svg)](https://github.com/tamada/totebag/actions/workflows/build.yaml)