Skip to content

Commit

Permalink
docker-build dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Oct 22, 2023
1 parent 603c698 commit a2ac661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:

# https://github.com/marketplace/actions/docker-login
- name: Log in to the Container registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/marketplace/actions/docker-metadata-action
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: ${{ env.REGISTRY }}/wildmountainfarms/${{ matrix.data.image-name }}
# expressions: https://docs.github.com/en/actions/learn-github-actions/expressions
Expand All @@ -88,10 +88,10 @@ jobs:
org.opencontainers.image.base.name=docker.io/eclipse-temurin:19-jre-jammy
# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push Docker image
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: docker/${{ matrix.data.image-name }}/Dockerfile
Expand Down

0 comments on commit a2ac661

Please sign in to comment.