Skip to content

Commit d98dfbe

Browse files
authored
Rename deploy.yml to dockerhub.yml
1 parent 03684f0 commit d98dfbe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/dockerhub.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
name: Deploy
1+
name: Dockerhub
22

33
on:
44
push:
55
branches:
66
- main
7-
- development
87
workflow_dispatch:
98

109
permissions:
1110
contents: read
1211

1312
jobs:
1413
test:
15-
name: Testing files
14+
name: Uploading Img
1615
timeout-minutes: 30
1716
runs-on: ubuntu-latest
1817
steps:
1918
- name: Checkout
20-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2120
- name: Building Docker Image
2221
run: docker build -t ${{ secrets.username }}/erp-backend:prod .
2322
- name: DockerHub Login

0 commit comments

Comments
 (0)