Skip to content

Commit

Permalink
feat: use releaseworkflow for docker hub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Jan 27, 2021
1 parent 25611b6 commit 398fc99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
runs-on: ubuntu-latest
env:
CI: "true"
D_VERSION: 0.0.2
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand All @@ -74,4 +75,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: damadden88/influxdb-s3-backup:${{ needs.getversion.outputs.version }}
tags: damadden88/influxdb-s3-backup:${{ env.D_VERSION }}

0 comments on commit 398fc99

Please sign in to comment.