We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e115d8c commit 5a625a8Copy full SHA for 5a625a8
.github/workflows/build_docker.yaml
@@ -51,15 +51,6 @@ jobs:
51
with:
52
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
53
54
- - name: Build and push Ubuntu Docker image
55
- uses: docker/build-push-action@v4
56
- with:
57
- context: .
58
- file: ./docker/ubuntu18.Dockerfile
59
- push: true
60
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
61
- labels: ${{ steps.meta.outputs.labels }}
62
-
63
- name: Build and push Rocky8 Docker image
64
uses: docker/build-push-action@v4
65
0 commit comments