Skip to content

Commit

Permalink
Fixed Docker image deployment to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
lefreud committed Mar 27, 2021
1 parent 24a3035 commit f060aff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ jobs:
docker tag "$IMAGE_NAME" "${IMAGE_NAME}:$(git describe --tags --abbrev=0)"
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push "${IMAGE_NAME}:latest" && docker push "${IMAGE_NAME}:$(git describe --tags --abbrev=0)"
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v7.5.1] 2021-03-27

### Fixed
- Fixed Docker image deployment to Docker Hub

## [v7.5.0] 2021-03-27

### Added
Expand Down

0 comments on commit f060aff

Please sign in to comment.