Skip to content

Commit

Permalink
ci: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
demartis committed Nov 15, 2023
1 parent f43f267 commit 8026a47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sub_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -59,13 +59,13 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@4
uses: docker/metadata-action@v5
with:
images: ${{ inputs.DOCKERHUB_REPO }}

-
name: Build and push :test
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./${{ inputs.DOCKER_CONTEXT }}
load: true
Expand All @@ -88,7 +88,7 @@ jobs:
docker run --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }}
-
name: Build and push :${{ inputs.DOCKERHUB_TAG }} ${{ inputs.is_latest == true && 'and :latest' || '' }} ${{ inputs.is_latest_meshlab == true && 'and :latest-meshlab' || '' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./${{ inputs.DOCKER_CONTEXT }}
push: true
Expand Down

0 comments on commit 8026a47

Please sign in to comment.