Compare commits
2 الالتزامات
20715f2cbd
...
fb79264e0d
| المؤلف | SHA1 | التاريخ | |
|---|---|---|---|
| fb79264e0d | |||
| a20e7d8728 |
29
.github/workflows/ci.yaml
مباع
Normal file
29
.github/workflows/ci.yaml
مباع
Normal file
@@ -0,0 +1,29 @@
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
buildANDpush:
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v5.0.0
|
||||
|
||||
- name: login to dockerhub
|
||||
uses: docker/login-action@v3.6.0
|
||||
with:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: ahmedhesham301/nginx:latest
|
||||
|
||||
# ci:
|
||||
# needs: buildANDpush
|
||||
# runs-on: ubuntu
|
||||
# steps:
|
||||
# - name: install ghaymah cli
|
||||
# run: echo hello
|
||||
ثنائية
Dockerfile
ثنائية
Dockerfile
ملف ثنائي غير معروض.
المرجع في مشكلة جديدة
حظر مستخدم