Skip to content

Commit 4248028

Browse files
authored
Merge pull request #1485 from ANTsX/ciActionUpdates
COMP: Update actions to resolve deprecation warnings
2 parents 68ca30e + 89371ef commit 4248028

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/ci-docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
-
2525
name: Docker meta
2626
id: meta
27-
uses: docker/metadata-action@v3
27+
uses: docker/metadata-action@v4
2828
with:
2929
images: antsx/ants
3030
-
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737
-
3838
name: Build and push
39-
uses: docker/build-push-action@v2
39+
uses: docker/build-push-action@v3
4040
with:
4141
context: .
4242
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/release-binaries.yml

-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
build_type: "Release",
3232
generators: "Ninja"
3333
}
34-
- {
35-
name: "Ubuntu-18.04-GCC",
36-
os: ubuntu-18.04,
37-
cc: "gcc",
38-
cxx: "g++",
39-
build_type: "Release",
40-
generators: "Ninja"
41-
}
4234
- {
4335
name: "Macos-12-clang",
4436
os: macos-12,

0 commit comments

Comments
 (0)