Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhermanek authored Jul 28, 2022
1 parent 48ee6ed commit fe2adfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
type=raw,value={{date 'YYYYMMDD'}}
Type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push to DockerHub
id: container_metadata
uses: docker/build-push-action@v3
Expand All @@ -51,12 +50,16 @@ jobs:
tags: ${{ steps.meta_dev.outputs.tags }}
labels: ${{ steps.meta_dev.outputs.labels }}

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d')"

- name: Add version tag
id: tag_version
uses: laputansoft/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: type=raw,value={{date 'YYYYMMDD'}}
tag: ${{ steps.date.outputs.date }}

- name: Create a GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit fe2adfb

Please sign in to comment.