Skip to content

Commit 7e7cbe9

Browse files
committed
update GitHub action
Signed-off-by: Peter Stadler <stadlerpeter@yahoo.fr>
1 parent 69a645c commit 7e7cbe9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/docker-image.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "dev" ]
6-
pull_request:
7-
branches: [ "dev" ]
85

96
jobs:
107

118
build:
129
runs-on: ubuntu-latest
1310
steps:
1411
- 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 }}
2412
- name: Log in to GitHub Container registry
2513
uses: docker/login-action@v3
2614
with:
@@ -38,7 +26,7 @@ jobs:
3826
# and push Docker image with Buildx (don't push on PR)
3927
# https://github.com/docker/build-push-action
4028
- name: build and push Docker image
41-
uses: docker/build-push-action@v4
29+
uses: docker/build-push-action@v5
4230
with:
4331
context: .
4432
file: Dockerfile

0 commit comments

Comments
 (0)