Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yurvon-screamo committed Aug 20, 2024
1 parent 20becbe commit 301abb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: docker build . -t ghcr.io/yurvon-screamo/redfish-mockup-server:${{ github.event.release.tag_name }}
run: docker build . -t ghcr.io/yurvon-screamo/redfish-mockup-server:${{ github.event.release.tag_name }} -t ghcr.io/yurvon-screamo/redfish-mockup-server:latest

- name: Push Docker image
run: docker push ghcr.io/yurvon-screamo/redfish-mockup-server:${{ github.event.release.tag_name }}
run: docker push ghcr.io/yurvon-screamo/redfish-mockup-server:${{ github.event.release.tag_name }} ghcr.io/yurvon-screamo/redfish-mockup-server:latest

0 comments on commit 301abb2

Please sign in to comment.