Skip to content

Commit 02838a8

Browse files
authored
Update docker-hub.yml
1 parent b3d0b93 commit 02838a8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/docker-hub.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Docker Image to Docker Hub
1+
name: update-docker-hub-image
22

33
on:
44
push:
@@ -9,16 +9,6 @@ env:
99
IMAGE_NAME: baydarov/draggan
1010

1111
jobs:
12-
13-
build:
14-
15-
runs-on: ubuntu-latest
16-
17-
steps:
18-
- uses: actions/checkout@v3
19-
- name: Build the Docker image
20-
run: docker build . --no-cache --force-rm
21-
2212
push_to_registry:
2313
name: Push Docker image to Docker Hub
2414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)