Update docker-image.yml

This commit is contained in:
2023-07-07 13:15:53 +02:00
committed by GitHub
parent 63651488df
commit 2cb6d3250b
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and push Docker image for latest tag - name: Build and push Docker image for latest tag
uses: docker/build-push-action@v2 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true
@@ -34,7 +34,7 @@ jobs:
ref: archlinux ref: archlinux
- name: Build and push Docker image for latest tag - name: Build and push Docker image for latest tag
uses: docker/build-push-action@v2 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true