Skip to content

Commit

Permalink
Merge pull request #32 from programerika/dev
Browse files Browse the repository at this point in the history
Updated git action Docker Image CI - dev latest
  • Loading branch information
vladimir-djekic committed Jan 21, 2023
2 parents c83a747 + 8ef85d0 commit 452d217
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit 452d217

Please sign in to comment.