Skip to content

Commit

Permalink
remove tagging from action
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrej committed Nov 21, 2023
1 parent b350a3f commit 11bd615
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,11 @@ jobs:
- name: build base image
run: docker-compose build base

- name: tag base image
run: docker tag mfem-base ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/base:latest

- name: push base image
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/base:latest

- name: build cpu image
run: docker-compose build cpu

- name: tag cpu image
run: docker tag mfem-cpu ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cpu:latest

- name: push cpu image
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cpu:latest

0 comments on commit 11bd615

Please sign in to comment.