Skip to content

Commit

Permalink
Bump version syntax maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWood committed May 29, 2023
1 parent 7a65b88 commit d25f9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
uses: actions/checkout@v3

- name: Log in to Docker Hub
uses: docker/login-action@2.1.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@4.4.0
uses: docker/metadata-action@v4.4.0
with:
images: jaycodesit/site

- name: Build and push Docker image
uses: docker/build-push-action@4.0.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: ./config/Dockerfile
Expand Down

0 comments on commit d25f9e1

Please sign in to comment.