Skip to content

Commit

Permalink
Add version input to docker image actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-dias-alves committed Aug 4, 2023
1 parent d9c5c03 commit 8d5be7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
docker_file: Dockerfile
docker_image: devops/redis2
deploy: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v')}}
version: ${GITHUB_REF##*/}
push_latest: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/v') }}
public: true
public_image: ce/redis2
Expand Down

0 comments on commit 8d5be7b

Please sign in to comment.