Skip to content

Commit

Permalink
Merge pull request #16 from testainers/dev
Browse files Browse the repository at this point in the history
Version 0.1.5.
  • Loading branch information
edufolly authored Apr 23, 2024
2 parents ff168f8 + ffe2631 commit aea4ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
${{ env.REPO }}:latest
- name: Creating GitHub Tag
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
custom_tag: ${{ env.VERSION }}
tag_prefix: ''
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:${ALPINE_VERSION:-3.19}

RUN apk add --no-cache openssh sshpass
RUN apk add --update --no-cache openssh sshpass

COPY entrypoint.sh /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.1.4
version: 0.1.5

0 comments on commit aea4ced

Please sign in to comment.