Test reverting some changes
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
# packages: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare the container
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
||||
@@ -40,9 +40,9 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@master
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: ""
|
||||
uses: docker/build-push-action@v5.1.0
|
||||
# env:
|
||||
# ACTIONS_RUNTIME_TOKEN: ""
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user