Commit 7e7cbe9 1 parent 69a645c commit 7e7cbe9 Copy full SHA for 7e7cbe9
File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,13 @@ name: Docker Image CI
2
2
3
3
on :
4
4
push :
5
- branches : [ "dev" ]
6
- pull_request :
7
- branches : [ "dev" ]
8
5
9
6
jobs :
10
7
11
8
build :
12
9
runs-on : ubuntu-latest
13
10
steps :
14
11
- uses : actions/checkout@v4
15
- # - name: cartographer-app
16
- # run: docker build . -t cartographer-app
17
- # - run: docker-compose up -d --build
18
- # Login against DockerHub registry
19
- # - name: Log in to DockerHub
20
- # uses: docker/login-action@v2
21
- # with:
22
- # username: vifebot
23
- # password: ${{ secrets.VIFEBOT_DOCKERHUB_TOKEN }}
24
12
- name : Log in to GitHub Container registry
25
13
uses : docker/login-action@v3
26
14
with :
38
26
# and push Docker image with Buildx (don't push on PR)
39
27
# https://github.com/docker/build-push-action
40
28
- name : build and push Docker image
41
- uses : docker/build-push-action@v4
29
+ uses : docker/build-push-action@v5
42
30
with :
43
31
context : .
44
32
file : Dockerfile
You can’t perform that action at this time.
0 commit comments