Skip to content

Commit 534ae1b

Browse files
author
Eran Davidovich
committed
feat: Add Dockerfile and Github Action.
This will allow CI for creating Docker images on push. Should be changed from push to pull_request once we feel more comfortable with the solution.
1 parent 654b339 commit 534ae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
platforms: linux/amd64
2626
push: true
27-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/pyth-client-py:${{ GITHUB_SHA }} # should be tagged latest later on
27+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/pyth-client-py:latest
2828

2929
- name: Image digest
3030
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)