Skip to content

Commit

Permalink
fix: adjust deployment triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Feb 14, 2024
1 parent 2c619ed commit c255c63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- main
tags:
- 'v*'
release:
types:
- published

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -37,7 +41,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@4976231911ebf5f32aad765192d35f942aa48cb8
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
with:
context: .
push: true
Expand Down

0 comments on commit c255c63

Please sign in to comment.