ci(github-actions): update key tags for GitHub action to build docker image

This commit is contained in:
Amruth Pillai 2022-04-09 09:33:44 +02:00
parent 647f01e25c
commit 622f5fc28c
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
1 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@ on:
types: [published]
jobs:
docker_client:
name: Docker (Client)
client:
name: Client
runs-on: ubuntu-latest
steps:
@ -28,7 +28,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.1
with:
@ -49,8 +49,8 @@ jobs:
ghcr.io/amruthpillai/reactive-resume:client-latest
ghcr.io/amruthpillai/reactive-resume:client-${{ steps.version.outputs.tag }}
docker_server:
name: Docker (Server)
server:
name: Server
runs-on: ubuntu-latest
steps:
@ -72,7 +72,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.1
with: