Skip to content

Commit

Permalink
Release v1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
beastawakens committed Oct 7, 2024
1 parent eaca627 commit f5c48b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

LABEL version="v1.0.16"
LABEL version="v1.0.17"
LABEL repository="https://github.com/beastawakens/action-convox-multi-slim"
LABEL homepage="https://convox.com/"
LABEL maintainer="Beast Awakens <me@beastawakens.com>"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ outputs:
description: Release ID of the created build
runs:
using: 'docker'
image: 'docker://beastawakens/action-convox-multi-slim:v1.0.16'
image: 'docker://beastawakens/action-convox-multi-slim:v1.0.17'
2 changes: 2 additions & 0 deletions entrypoint-run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
set -x

if [ -n "$INPUT_RELEASE" ]
then
export RELEASE=$INPUT_RELEASE
Expand Down

0 comments on commit f5c48b1

Please sign in to comment.