Skip to content

Commit

Permalink
edite naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaKhaledi committed Nov 10, 2024
1 parent d37a8e3 commit 0a70223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and Push docker image
- name: Build and Push docker image for NO-GPU
id: build-and-push-NoGPU
uses: docker/build-push-action@v2
with:
Expand All @@ -42,7 +42,7 @@ jobs:
tags: ${{ env.Registery }}/${{ env.ImageName }}:dev_noGPU_${{ env.ImageTag }}
file: ./dockerFile/Dockerfile_px4_sim_NO_GPU
# labels: ${{ steps.meta.outputs.labels }}
- name: Build and Push docker image
- name: Build and Push docker image with GPU
id: build-and-push-WitGPU
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 0a70223

Please sign in to comment.