Skip to content

Commit

Permalink
chose: update container-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermelinosp authored Feb 29, 2024
1 parent a603da1 commit e6dda3e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: container ci

on:
push:
branches:
Expand All @@ -20,13 +18,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/[email protected]

with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to Github Container
uses: docker/[email protected]
with:
Expand All @@ -44,8 +35,8 @@ jobs:
uses: docker/[email protected]
with:
context: .
file: ./Source/Auction.${{ matrix.service }}.API/Dockerfile
file: ./Source/${{ matrix.service }}/Auction.${{ matrix.service }}.API/dockerfile
push: true
tags: |
ghcr.io/${{ github.actor }}/auction.${{ steps.set_service_lowercase.outputs.service_lowercase }}.api:latest
ghcr.io/${{ github.actor }}/auction-${{ steps.set_service_lowercase.outputs.service_lowercase }}-api:latest

0 comments on commit e6dda3e

Please sign in to comment.