Bump docker/build-push-action from 3.0.0 to 3.1.1 (#132)

This commit is contained in:
dependabot[bot]
2022-08-20 11:49:39 +01:00
committed by GitHub
parent bb912d3473
commit 63fc8ff722
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.1
with:
context: .
push: true
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.1
with:
context: .
push: true