Update docker-image.yml

This commit is contained in:
abdohosny1 2025-03-10 11:41:31 +02:00 committed by GitHub
parent f4b170d44c
commit dad3c75d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# .github/workflows/docker-image.yml # .github/workflows/docker-image.yml
name: Docker Image CI name: Docker Image CI
on: on:
push: push:
branches: branches:
@ -32,4 +32,4 @@ jobs:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:latest ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:latest
ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:${{ github.sha }} ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:${{ github.sha }}