Skip to content

Commit

Permalink
Switch to major versions in Docker Actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsf committed May 6, 2024
1 parent f9b427d commit c51fd71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_HUB_SECRET}}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@38b36773831fce8789962056bf155ba063580c34
uses: docker/metadata-action@v5
with:
images: seliba/booru-bot

- name: Build and push Docker image
uses: docker/build-push-action@090ca155fc9b214cbcac536c450455a0e96f52c6
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit c51fd71

Please sign in to comment.