From 1d3a2bd4e4143b9c2e06ef94863389f3db70f155 Mon Sep 17 00:00:00 2001 From: "coord.e" Date: Sat, 11 Apr 2020 14:00:34 +0000 Subject: [PATCH 1/2] Fix: Specify a dependency to properly access binaries in image builders --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b1e53d..12b2eac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: build_docker_images: name: Build and push docker images runs-on: ubuntu-latest + needs: release steps: - uses: actions/checkout@master - run: docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_PASSWORD }} From c52ed1ebc5e0f8fbe4361347d4e5c0dc857b8926 Mon Sep 17 00:00:00 2001 From: "coord.e" Date: Sat, 11 Apr 2020 14:01:43 +0000 Subject: [PATCH 2/2] Change: Bump the version number --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- dockerfile/images.json | 10 +++++----- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3ad2c..e67a098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.0.1] - 2020-04-11 + +- Fixed a problem on CI. + ## [1.0.0] - 2020-04-11 - Added detailed explanation of usage to README. diff --git a/Cargo.lock b/Cargo.lock index b6af6c3..99833b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "magicpak" -version = "1.0.0" +version = "1.0.1" dependencies = [ "auxv", "fern", diff --git a/Cargo.toml b/Cargo.toml index 8c9306a..339363a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magicpak" -version = "1.0.0" +version = "1.0.1" authors = ["coord.e "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/dockerfile/images.json b/dockerfile/images.json index 9842964..8caa783 100644 --- a/dockerfile/images.json +++ b/dockerfile/images.json @@ -6,7 +6,7 @@ "args": { "BUSYBOX_VERSION": "1.31.0-defconfig-multiarch-musl", "UPX_VERSION": "3.96", - "MAGICPAK_VERSION": "1.0.0", + "MAGICPAK_VERSION": "1.0.1", "DEBIAN_PACKAGES": "" } }, @@ -17,7 +17,7 @@ "args": { "BUSYBOX_VERSION": "1.31.0-defconfig-multiarch-musl", "UPX_VERSION": "3.96", - "MAGICPAK_VERSION": "1.0.0", + "MAGICPAK_VERSION": "1.0.1", "DEBIAN_PACKAGES": "" } }, @@ -28,7 +28,7 @@ "args": { "BUSYBOX_VERSION": "1.31.0-defconfig-multiarch-musl", "UPX_VERSION": "3.96", - "MAGICPAK_VERSION": "1.0.0", + "MAGICPAK_VERSION": "1.0.1", "DEBIAN_PACKAGES": "" } }, @@ -39,7 +39,7 @@ "args": { "BUSYBOX_VERSION": "1.31.0-defconfig-multiarch-musl", "UPX_VERSION": "3.96", - "MAGICPAK_VERSION": "1.0.0", + "MAGICPAK_VERSION": "1.0.1", "DEBIAN_PACKAGES": "build-essential clang" } }, @@ -50,7 +50,7 @@ "args": { "BUSYBOX_VERSION": "1.31.0-defconfig-multiarch-musl", "UPX_VERSION": "3.96", - "MAGICPAK_VERSION": "1.0.0", + "MAGICPAK_VERSION": "1.0.1", "DEBIAN_PACKAGES": "" } }