Skip to content

Commit

Permalink
Merge pull request #15 from amnezia-vpn/fix-github-actions
Browse files Browse the repository at this point in the history
Fix GitHub Actions pipeline
  • Loading branch information
shipilovds authored Aug 13, 2024
2 parents b0f9ea8 + afc2f37 commit bbef663
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

- name: Build and push Docker image
run: |
make docker
- name: Build and push Docker Image
env:
DOCKER_IMAGE: amneziavpn/amneziawg-exporter
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
run: make ci

0 comments on commit bbef663

Please sign in to comment.