Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 2, 2024
1 parent 2b5f63e commit 368ff78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
steps:
-
name: Parse short sha
uses: benjlevesque/short-sha@v1.2
uses: benjlevesque/short-sha@v2.2
id: short-sha
-
name: Checkout repo
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4
-
name: Build and push image
id: docker_build
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v5
with:
push: false
tags: 3dcitydb/impexp:edge
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-push-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ jobs:
steps:
-
name: Parse short sha
uses: benjlevesque/short-sha@v1.2
uses: benjlevesque/short-sha@v2.2
id: short-sha
-
name: Checkout repo
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4
-
name: Docker login
id: docker_login
uses: docker/login-action@v1.12.0
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Build and push image
id: docker_build
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v5
with:
push: true
tags: 3dcitydb/impexp:edge
Expand Down

0 comments on commit 368ff78

Please sign in to comment.