Skip to content

Commit

Permalink
CI: fix name of noble images
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Apr 30, 2024
1 parent bf8a487 commit ad0f2a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image (Ubuntu nuble)
- name: Build and push Docker image (Ubuntu nnble)
uses: docker/build-push-action@v5
with:
context: ./ubuntu
file: ./ubuntu/Dockerfile.nuble
file: ./ubuntu/Dockerfile.noble
push: true
tags: ${{ env.REGISTRY }}/pwmt/github-actions-ubuntu:nuble
tags: ${{ env.REGISTRY }}/pwmt/github-actions-ubuntu:noble
- name: Build and push Docker image (Ubuntu jammy)
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit ad0f2a0

Please sign in to comment.