Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated git action Docker Image CI - dev latest #32

Merged
merged 10 commits into from
Jan 21, 2023
8 changes: 7 additions & 1 deletion .github/workflows/docker-image-dev-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: programerikadh/websajtika:latest
tags: programerikadh/websajtika:dev
provenance: false #see https://github.com/docker/build-push-action/issues/755
# - name: Build the Docker image
# run: docker build . --file Dockerfile --tag programerikadh/websajtika:dev
# - name: Push the Docker image
# run: docker push programerikadh/websajtika:dev