diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1f5a62..3a63286 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,14 +13,14 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Build and publish the container image for ${{ github.repository }}:${{ github.ref_name }} - uses: macbre/push-to-ghcr@v12 + uses: macbre/push-to-ghcr@v14 with: image_name: ${{ github.repository }} github_token: ${{ secrets.GITHUB_TOKEN }} dockerfile: build/container/Dockerfile image_tag: ${{ github.ref_name }} - name: Build and publish the container image for ${{ github.repository }}:latest - uses: macbre/push-to-ghcr@v12 + uses: macbre/push-to-ghcr@v14 with: image_name: ${{ github.repository }} github_token: ${{ secrets.GITHUB_TOKEN }}