Skip to content

Commit

Permalink
👷 ⬆️ Upgrade Docker GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jun 27, 2023
1 parent 162b276 commit 23f4e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpac_tempates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo DOCKER_NAME=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v4.6.0
with:
images: |
ghcr.io/${{ github.repository }}
Expand All @@ -43,7 +43,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}},priorty=700
type=sha,priority=600,onlatest=false
- name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
uses: mr-smithers-excellent/docker-build-push@v6.2
with:
context: .
file: .github/Dockerfiles/cpac_templates.Dockerfile
Expand Down

0 comments on commit 23f4e9b

Please sign in to comment.