Continue testing actions

This commit is contained in:
2024-01-15 18:00:27 -06:00
parent e0e45c2d0f
commit 37f0f94358

View File

@@ -20,8 +20,8 @@ jobs:
# packages: write # packages: write
steps: steps:
# - name: Checkout repository - name: Checkout repository
# uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Prepare the container - name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
@@ -41,8 +41,8 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.1.0
env: # env:
ACTIONS_RUNTIME_TOKEN: "" # ACTIONS_RUNTIME_TOKEN: ""
with: with:
context: . context: .
push: true push: true