Skip to content

Commit

Permalink
Actions cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrusina committed Sep 19, 2024
1 parent 0502a50 commit 69730d7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,19 @@ jobs:

steps:

# Checkout repozitář
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Přihlášení do Docker Hubu
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin

# Build Docker image
- name: Build Docker image
- name: Build Docker Image
run: docker build -t massimofilippi/gitlab-runner .

# Push Docker image do Docker Hubu
- name: Push Docker image
- name: Push Docker Image to Docker Hub
run: docker push massimofilippi/gitlab-runner

# # Slack notifikace o úspěšném buildu
Expand Down

0 comments on commit 69730d7

Please sign in to comment.