Skip to content

Commit

Permalink
fix: CD with docker focal image.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Dec 9, 2024
1 parent 5c39470 commit fa7f8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Push alpine image in Docker Hub
- name: Push focal image in Docker Hub
uses: docker/build-push-action@v6
with:
context: .
file: docker/alpine.Dockerfile
file: docker/focal.Dockerfile
platforms: linux/amd64,linux/amd64/v2,linux/arm64/v8
push: true
tags: |
Expand Down

0 comments on commit fa7f8b9

Please sign in to comment.