Continue testing actions

This commit is contained in:
2024-01-15 17:53:53 -06:00
parent 9bf610fea5
commit e0e45c2d0f

View File

@@ -40,9 +40,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@master uses: docker/build-push-action@v5.1.0
# env: env:
# ACTIONS_RUNTIME_TOKEN: "" ACTIONS_RUNTIME_TOKEN: ""
with: with:
context: . context: .
push: true push: true