Update docker/build-push-action version docker.yml

This commit is contained in:
slashtechno 2022-12-17 18:15:27 -06:00
parent 3627ca4468
commit 3855e87f09
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 uses: docker/build-push-action@v3.2.0
with: with:
push: true push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest