Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anys34 authored Aug 26, 2024
1 parent 560ecaf commit fc5e56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Push Docker Image

on:
workflow_dispatch:
push:
branches:
- backend
Expand Down Expand Up @@ -32,4 +33,4 @@ jobs:
run: docker build -t anys34/five:latest .

- name: Push Docker image
run: docker push anys34/five:latest
run: docker push anys34/five:latest

0 comments on commit fc5e56d

Please sign in to comment.