Skip to content

Commit

Permalink
Correct an Erlang 27 Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 19, 2024
1 parent f6e7f0a commit b08532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-27.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
file: dockerfiles/27.1/Dockerfile
file: dockerfiles/27.2/Dockerfile
# ppa*.rabbitmq.com only provide amd64 packages at the moment.
# Launchpad does produce arm64 packages but cannot be used on Debian :/
platforms: linux/amd64
Expand Down

0 comments on commit b08532d

Please sign in to comment.