Update docker-image.yml

update docker build ext version in workflow
This commit is contained in:
Thegan Govender
2023-10-23 16:47:37 +02:00
committed by GitHub
parent f789fc4185
commit 3195008bf1

View File

@@ -30,12 +30,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true